-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Page never loads behind traefik #599
Comments
I noticed that manually navigating to /auth/login works. |
I'm not familiar with traefik, but does it do anything that blocks redirects? When you are not logged in, the And since you said manually navigating to |
Yes, signing in works. I am using error-pages with traefik which I saw could block redirects, but I disabled it and it has the same issue. All good with V4 tho. |
I'm having semi the same issue using Traefik v3. But I saw the list of supported OAuth services, so I'm not sure what should be set to allow Traefik instead. |
Traefik is a reverse proxy not an OAuth provider. Normally it shouldn’t matter what kind of reverse proxy one uses. |
I also have the same error with bunkerweb (nginx) as a reverse proxy. Everything works as expected but the call of /api/user always fails with an 401 error. |
intended behavior... you need to login? |
What happened?
Hello,
in V3, with traefik labels, the login page never loads. Ib V4 it works as expected.
Version
latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
What browser(s) are you seeing the problem on?
No response
Zipline Logs
2024-08-31 11:28:29,402 AM info [server::response] GET /api/user -> 401
Browser Logs
No response
Additional Info
The text was updated successfully, but these errors were encountered: