mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
issue: logout returns 500 error unless user delete his cookie with SSO #5188
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 @yalattas on GitHub (May 15, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
No response
Operating System
K8s environment
Browser (if applicable)
Brave
Confirmation
README.md.Expected Behavior
Logout user once user clicks on logout button.
Actual Behavior
System is returning 500 to logout.
I am using Google SSO only without setting the following environment variable
OPENID_PROVIDER_URLchart only set client key and client secret
Steps to Reproduce
use open-webui helm chart
configure google SSO.
login
then logout
Logs & Screenshots
response from signout endpoint
Additional Information
the line causing the issue is here
4ce1e88750/backend/open_webui/routers/auths.py (L571C44-L571C63)@yalattas commented on GitHub (May 15, 2025):
quick solution just to add the following env var if you're using google. Yet, chart should handle this case