mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #19662] issue: Cannot logout properly #18950
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 @man2004 on GitHub (Dec 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19662
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.40
Ollama Version (if applicable)
No response
Operating System
Ubuntu 20.04
Browser (if applicable)
MS Edge 142.0.3595.94
Confirmation
README.md.Expected Behavior
It can logout properly and redirect to the login page.
Actual Behavior
After logout, it stays at the screen showing OI. I found the URL is https://my domain.com/auth, not the redirected one https://mydomain.com/auth?redirect=%2F. If I deleted /auth or changed to /auth?redirect=%2F, then it can go to the login page.
I am using the basic password based login, not SSO or OAuth.
Steps to Reproduce
Logs & Screenshots
2025-12-01 18:11:02.904 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/v1/chats/3e27f8eb-ce65-4018-a361-59a241b2c3a1 HTTP/1.1" 200
2025-12-01 18:11:02.928 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/v1/chats/691709c4-2a6d-4038-9c01-f67eba9b0f01 HTTP/1.1" 200
2025-12-01 18:11:03.062 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/v1/chats/3e27f8eb-ce65-4018-a361-59a241b2c3a1 HTTP/1.1" 200
2025-12-01 18:11:03.222 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/v1/chats/3e27f8eb-ce65-4018-a361-59a241b2c3a1 HTTP/1.1" 200
2025-12-01 18:11:03.359 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/usage HTTP/1.1" 200
2025-12-01 18:11:03.525 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/usage HTTP/1.1" 200
2025-12-01 18:11:04.124 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/usage HTTP/1.1" 200
2025-12-01 18:11:04.606 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/v1/auths/signout HTTP/1.1" 200
2025-12-01 18:11:04.636 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /api/v1/chats/9845fa36-90ba-4d42-820b-30986437a6fb HTTP/1.1" 200
2025-12-01 18:11:04.907 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /_app/immutable/entry/start.D5s5YTUb.js HTTP/1.1" 404
2025-12-01 18:11:04.917 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /_app/immutable/chunks/BYfvXhfD.js HTTP/1.1" 404
2025-12-01 18:11:04.928 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /manifest.json HTTP/1.1" 200
2025-12-01 18:11:04.929 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /_app/immutable/entry/app.C3jjZZTv.js HTTP/1.1" 404
2025-12-01 18:11:04.932 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /_app/immutable/chunks/BsAB9Z30.js HTTP/1.1" 404
2025-12-01 18:11:04.932 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 86.31.180.234:0 - "GET /_app/immutable/chunks/IHki7fMi.js HTTP/1.1" 404
2025-12-01 18:17:33.723 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 170.106.180.153:0 - "GET / HTTP/1.1" 200
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 1, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#18157 issue: v0.6.33 login no longer possible
by gothicVI • Oct 08, 2025 •
bug#15719 **issue: 0.6.16 - can't sign out when logged in using MS OAuth SSO **
by Hisma • Jul 15, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 2025 •
bug#14540 issue: Failed to logout IDP when sign out in Oidc
by Bouby308 • May 31, 2025 •
bugShow 5 more related issues
#19481 issue: admin panel not working
by kybeq • Nov 25, 2025 •
bug#17388 issue:
by abxis • Sep 12, 2025 •
bug#17393 issue:
by abxis • Sep 12, 2025 •
bug#17391 issue:
by abxis • Sep 12, 2025 •
bug#17390 issue:
by abxis • Sep 12, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.