-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android app can not logout after the server IP is changed. #13886
Comments
I had the same issue if the IP changed / was unreachable. |
Good to know I am not alone :) |
Just wanted to +1, I've recently moved my server and I couldn't log out of the app to log in to the new server. On Android I had to clear all data (essentially wipe the app) to get it to work. |
log included in the duplicate issue: #14022 And repro steps are faster if you just turn off wifi instead of changing IP |
I just open a PR to fix this issue, seems that the logout request didn't have a timeout. |
Thank you for trying to fix it. Looking forward to the new version. |
I think you should wait to test it your self. |
The bug
Dear maintainers,
I think I found a bug.
The OS that Immich Server is running on
windows
Version of Immich Server
1.119.1
Version of Immich Mobile App
1.119.1
Platform with the issue
Your docker-compose.yml content
The default one.
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
I guess the "Sign out" process has to interact with the server, but the server is not reachable if the host IP is changed.
I think this process can be optimized so that the "Sign out" can still work even if the server is not reachable. Otherwise, is there a good way to change the endpoint URL?
Thank you in advance.
Tasks
The text was updated successfully, but these errors were encountered: