mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
issue: v0.6.11 broke Authelia oauth #5658
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zbejas on GitHub (Jun 28, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
Everything above v0.6.11
Ollama Version (if applicable)
No response
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I had an Authelia setup configured from their wiki, that worked up until
v0.6.11. After this updating to anything abovev0.6.10sets OAuth callback tolocalhost:<port>.Actual Behavior
In the logs, you can see the domain that is supposed to be used for callback, but after successful login you get redirected to:
https://localhost:<port>/auth#token=abcinstead ofhttps://<domain>/auth#token=abcSteps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Jun 28, 2025):
PLEASE read the changelogs and search for existing issues/discussions,
WEBUI_URLis now used for redirect url.@zbejas commented on GitHub (Jun 28, 2025):
I'm sorry for not providing my env variables.
I already had this URL set in the environment. Changing
WEBUI_URLdoes not help. Still getting redirected to localhost, no matter what I put there.@tjbck commented on GitHub (Jun 28, 2025):
WEBUI_URLis a PersistentConfig. Please check for existing discussions and our docs.https://docs.openwebui.com/getting-started/env-configuration/#webui_url
@zbejas commented on GitHub (Jun 28, 2025):
Missed that if it was mentioned in the changelogs. Now that I've set the matching URL in both the environment and in the panel settings, it works back as intended.
Thanks for pointing me in the right direction.