mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #8060] Annoying session_id error message #53647
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 @peter-ch on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8060
I just upgraded to 0.5.0 and after every chat ends, a red error toast pops up saying "session_id".
Reverting to 0.4.8 fixed it.
@peter-ch commented on GitHub (Dec 25, 2024):
When I logged out and in again, it was fixed.
@tjbck commented on GitHub (Dec 25, 2024):
Proper websocket support is required as mentioned in the changelogs. I'd suggest checking network configuration that might block any websocket requests.
@peter-ch commented on GitHub (Dec 26, 2024):
Do you mean I should better run it in Linux?
@peter-ch commented on GitHub (Dec 26, 2024):
The issue did not exist in 0.4.8. Now it's randomly back.
@tjbck commented on GitHub (Dec 26, 2024):
#8074
@Shabanione commented on GitHub (Jan 3, 2025):
I also got that session id error message. In my case I solved it for now by deleting the webbrowsers cache and cookies. Probably it helps others too
@HWiese1980 commented on GitHub (Jan 25, 2025):
v0.5.7 checking in, I'm seeing the error now. Logging out and back in didn't solve it. Deleting cookies and cache didn't help either. OpenWebUI runs behind a Caddy reverse proxy. v0.5.4 used to work without errors. I'm only seeing this error after updating to v0.5.7.
@saran-greytip commented on GitHub (Jan 27, 2025):
I am also getting this issue on v0.5.7
@jeandelest commented on GitHub (Jan 30, 2025):
Hi all. I am also getting the same issue after upgrade to v0.5.7, it wasn't there until now.