Issue: OIDC "check server url" error
- OS: TrueNAS SCALE (Docker/App)
- Reverse Proxy: Nginx Proxy Manager (NPM)
- OAuth: PocketID
Immich fails to login via OAuth. Clicking "Sign in with OAuth" results in: Error logging using Oauth check server url.
Symptoms:
pocketid.mydomain.com loads perfectly in a browser but immich fails to redirect when trying to login using OAuth.
But the weirdest part is if I make pocketid.mydomain.com publicly accessible on the internet, immich redirection works and I can sign in! even though the immich container is using the local dns server which points to NPM.
if I enter the container and execute `echo "10.10.50.110 pocketid.mydomain.com" >> /etc/hosts
it works until it restarts. This is as far as my linux know how can get me, any help would be appreciated.