App won't stay logged in

Been doing a bunch of work on my instance and I had to log out of the android mobile app to put it on a new user. Now the app won’t stay logged in if I quit the app.

It will go back to select server screen. If I logged olin before selecting the instance takes me right in. If I logged out I have to sign in again. I check the box…same issue.

I’ve tried clear the cache and data of the app. I’ve tried reinstalling. I rebooted the phone. I tried different user names.

I also noticed that I can’t get to the “system” menu within settings. It goes to a black screen. If I hit back it has me select the server again.

Lastly, the problem doesn’t extend to my watch. It still remains logged in.

Are you by chance copying and pasting the URL to login? If so make sure to remove any oath to the dashboard. You should only enter the base URL

Yeah, there’s none of that. It appears to not be storing my phone in the mobile app automation.

I tried the below options to start android with no effect.

In addition I added these two to my configuration.yaml even though I already have :default_config
:mobile_app
:discovery

none of what? can you give an example of the URL you used? I have a feeling you did not use the correct URL as you should not see the checkbox to remember login if the correct URL was used.

http://myipaddress:8123/my-home/default_view

I guess you misunderstood what I said.

so you need to use this part of your URL.

http://myipaddress:8123

you need to remove any part of your URL that links to a specific dashboard.

1 Like

That did it, thank you!

1 Like