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:
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.
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
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.
