mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #3932] Existing Chats Do Not Work [0.3.9] #13435
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 @ProjectMoon on GitHub (Jul 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3932
Bug Report
Description
Bug Summary:
A chat created in 0.3.8 (or before, presumably) no longer seems to send user input to the server in 0.3.9. Newly created multi-model chats seem to work fine. In the broken chats, you can enter input and hit enter or click send, but no connection is made to the API.
Steps to Reproduce:
Expected Behavior:
All models reply.
Actual Behavior:
No API requests are sent to the server, and thus no models reply.
Environment
Open WebUI Version: 0.3.9
Ollama (if applicable): 0.2.5
Operating System: Gentoo Linux
Browser (if applicable): Firefox 128
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Probably the reason for this. This is a client-side error from the console.
Installation Method
Docker.
Additional Information
Also notice that the title is not being generated in new multi-model chats. Not sure if related.
I originally reported this for multi-model chats, but it actually happens for all chats...
@ProjectMoon commented on GitHub (Jul 17, 2024):
Happens in both Firefox and Chromium.
@tjbck commented on GitHub (Jul 17, 2024):
Fixed with the latest!
@ProjectMoon commented on GitHub (Jul 17, 2024):
So I'm not sure this is fully fixed. Messages can be sent, yes, but it seems like the existing context isn't being sent along with the new request.