Streaming responses do not appear in chat window until page reload #4419
Replies: 1 comment 1 reply
-
I use the app everyday and don’t observe this behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
It doesn't happen 100% of the time, but it happens pretty often. I type a message into a chat box, either in an existing or a new conversation, and hit send. The stop button appears, but nothing else changes on the screen. When the button disappears, the response has completed, but it doesn't appear in the window until I reload the page. If it's a new chat, that also won't show in the chat list until reload. I have tried with both OpenAI and Anthropic models.
I'm building a fresh Docker image each time I start the service using docker-compose, but my installation has been continuously updated for quite some time.
Steps to Reproduce
Using
git bisect
, I found commit473859b0e2cb767f720f8194a749c58af6bbda49
that seems to introduce the bug. Not sure whether that's a red herring, but I've tried the commits surrounding it, and some very recent and very old ones, and it does change behavior on that commit.Seems to be firefox-specific; I don't see it in Safari. No console errors, though.
What browsers are you seeing the problem on?
Firefox
Relevant log output
No response
Screenshots
Screen.Recording.2024-10-15.at.00.23.25.mov
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions