Cannot login on mobile app after upgrade using new device
After upgrading the stack to v1.72.2 I can't login using the app (on a new phone). I get a popup containing html after entering the immich URL (screenshot attached).
I found the following:
- when clicking the button a request is made to
/oauth/config
- this returns a 500 error code
- calling the uri from inside immich-proxy yields the correct response
treafik log (IP and port are correct)
curl from inside immich-proxy
Error message when caloing the route from the traefik containet (stripped the surrounding html)
Using a browser works without any problem.
My docker-compose.yml is the default one (just added pathes for media storage) and the .env is as well. Already checked them for updated lines, but only thr hwaccell comments were missing from the one I use.
2 Replies
What url are you using to login? It is getting routed to immich-web. Routes with /api are supposed to get sent to immich-server via immich-proxy. You might need to add /api in your url
Thanks. I guess I didn't remember that part of the initial setup 🥴
🤦 it even says it in the input field. Sometimes it pays to really read stuff 🤣