mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #17866] issue: Streamable HTTP OAuth 2.1 registers correctly but throws 500 on first invocation missing SessionMiddleware #33952
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 @taylorwilsdon on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17866
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.31
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
Tool enables, fires an auth flow if required
Actual Behavior
Throws 500
Steps to Reproduce
Logs & Screenshots
https://github.com/user-attachments/assets/7963385b-1b9b-4a85-8d19-da2a9a825c0a
Additional Information
https://github.com/user-attachments/assets/7963385b-1b9b-4a85-8d19-da2a9a825c0a
@taylorwilsdon commented on GitHub (Sep 28, 2025):
Will take a run at it now and confirm issue on the current dev branch but wanted to braindump and make sure I didn't forget
@tjbck commented on GitHub (Sep 28, 2025):
@taylorwilsdon tested with https://mcp.notion.com/mcp fyi
@tjbck commented on GitHub (Sep 28, 2025):
should be addressed with
fe54fb61aa, testing wanted here!@taylorwilsdon commented on GitHub (Sep 28, 2025):
amazing will do
@taylorwilsdon commented on GitHub (Sep 29, 2025):
Got it all working now in latest dev branch, thanks @tjbck! I may have a PR with some of the additional exception handling and logging I whipped up while working through this that would be useful for others. Happy to help cut some docs as well!