My login logic for my app is this:
Login, refresh user info and hide columns based on the existence of user info.
In wappler development environment, it works. When I build and test on Android it doesn’t.
I have my API links in https and everything else checks out.
You will need to do some debugging of the application on the device or emulator within Android Studio using Logcat which will display any errors. You could first check that you have CORS enabled and working correctly. You will have to enable debugging options on your mobile device under developer options in the settings. A quick search of the web will guide you through enabling this feature.
Thanks, Dave, turns out I had to locally store the user ID upon login and signup and filter the user’s table based on ID stored locally and not using the remote identity.data.