Replies: 1 comment
-
|
I tried to recreate authentik provider and application from zero with my domain instead of ip, and it gives the same error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OAuth login dont redirects me to authentik and gives this error: Error in OAuth discovery: TypeError: fetch failed. This error implies, that immich doesnt have access to authentik issuer. On lan network OAuth working perfectly fine with no issues, and redirects me to http://172.16.1.222:9000 (ip of authentik) and than logins me to immich on ip http://172.16.1.222:2083. But when i move authentik and immich behind traefik reverse proxy and expose this services with trusted cloudflare certificates, OAuth suddenly stops working with same config. I think this is certificates issue, but i dont know how to fix it.
My compose.yml:
MYDOMAIN.com - is domain with valid DNS setup. Proxmox OAuth with authentik on this domain works, but immich doesn`t.
frontend - docker network with internet access.
backend - docker network without internet access.
My .env:
My traefik.yaml:
Immich logs, related to error:
When I open authentik application and press test "Check access" it shows me that authentik can access to immich, but immich don`t redirect to authentik and give error.
Immich OAuth settings:
Please help me resolve this issue (and sorry for my english, I am not native speaker)
Beta Was this translation helpful? Give feedback.
All reactions