Error with OAuth and mobile application

Previously, the mobile app was working fine, but I logged out as suggested to resolve the timeline thing. Now, I cannot log back in.

The app logs:
Error getting OAuth server Url: ApiException 401: <a href="https://authelia.mydomain.me/?rd=https%3A%2F%2Fimmich.mydowmain.me%2Foauth%2Fauthorize&amp;rm=POST">401 Unauthorized</a>


Authelia logs:
time="2025-09-22T12:46:04-07:00" level=info msg="Access to https://immich.mydomain.me/.well-known/immich (method GET) is not authorized to user <anonymous>, responding with status code 401 with location redirect to https://authelia.mydomain.me/?rd=https%3A%2F%2Fimmich.mydomain.me%2F.well-known%2Fimmich&rm=GET" method=GET path=/api/authz/forward-auth remote_ip=192.168.1.126
time="2025-09-22T12:46:04-07:00" level=info msg="Access to https://immich.mydomain.me/oauth/authorize (method POST) is not authorized to user <anonymous>, responding with status code 401 with location redirect to https://authelia.mydomain.me/?rd=https%3A%2F%2Fimmich.mydomain.me%2Foauth%2Fauthorize&rm=POST" method=GET path=/api/authz/forward-auth remote_ip=192.168.1.126


So it appears the application is trying to access https://immich.mydomain.me/.well-known/immich, which it isn't allowed to. I don't see that listed on the OAuth page. As mentioned, this used to work fine and still works fine from the Web interface. The mobile application redirect is setup and unchanged. Any ideas?
Was this page helpful?