Error: Not implemented: showLogin

0
Hello, I have this error in console when i’m trying to execute a native app from “Make it native”:             ClientError: Not implemented: showLogin               And in the mobile device i’ve got this:             I think it could be some malfunction of this mendix version because the error is in the program files folder but i´m not sure   Someone Know why appears this error or how to fix it?   Thanks in advance.
asked
3 answers
1

Hi Angel,

I am getting the same error, was there a fix available for this?

answered
0

I realize this is an old post but just ran into this same issue today so I thought I would leave a reply here.

 

 

Regarding the error in question, showLogin is an endpoint on the Mendix client API and can be found here.  It should show/direct the user to a login page and I believe it is called when an anonymous user attempts to visit a page that they do not have access to in a Mendix app.

 

In this case, it suggests that you have page permissions issues in the navigation of your mobile app pages.  It would be helpful if this error was handled more gracefully by Studio Pro.  In the several times that I have gotten this error, updating the permissions of the page the user was attempting to navigate to when the error was thrown, has fixed the error.

 

Hope this helps!

answered
-1

Hello, i have updated  the Mendix Studio Pro to the latest version to test if it is a problem with 9.15 version but i have the same error but now with the stack trace:
Current page: PortioNative.home_native

Stack:
construct@[native code]
_construct@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:13920:28
Wrapper@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:13876:25
construct@[native code]
_createSuperInternal@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:1659:322
NotImplementedError@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:1675:26
showLogin@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:12793:38
executeAction@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:222144:77
execute@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:221130:83
executeAction@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:14705:22
res@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:14678:27
onPress@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:222426:120
onPress@[native code]
_performTransitionSideEffects@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:80805:22
_receiveSignal@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:80747:45
onResponderRelease@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:80654:34
invokeGuardedCallbackProd@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:24993:21
invokeGuardedCallback@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:25097:42
invokeGuardedCallbackAndCatchFirstError@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:25101:36
executeDispatch@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:25173:48
executeDispatchesInOrder@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:25193:26
executeDispatchesAndRelease@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26446:35
forEach@[native code]
forEachAccumulated@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:25716:22
runEventsInBatch@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26470:27
runExtractedPluginEventsInBatch@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26550:25
http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26525:42
batchedUpdates$1@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:37635:20
batchedUpdates@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26432:36
_receiveRootNodeIDEvent@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26524:23
receiveTouches@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:26578:34
__callFunction@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:21433:36
http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:21161:31
__guard@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:21387:15
callFunctionReturnFlushedQueue@http://192.168.30.93:8083/index.bundle?platform=android&dev=true&minify=false&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:21160:21
callFunctionReturnFlushedQueue@[native code]

 

Thanks 

answered