Replies: 5 comments 2 replies
-
|
is there a fix for this? |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem but with a slightly different setup. I am running open WebUI as Docker and behind an Apache that is doing the SSL Termination. Everything is running on an Ubuntu 20.04 Server. I currently manly use the OpenAI Models directly over the API. It is a really annoying Issue, since the chat basically ends when this happens. I haven't found any other workaround but resending the prompt, stopping the response ASAP and then copy and paste the original response so I can work with it again. IMHO it is really messy workaround and I would like to understand the issue. |
Beta Was this translation helpful? Give feedback.
-
|
I did the following without any improvement on the issue:
Any Ideas what to try next? |
Beta Was this translation helpful? Give feedback.
-
|
I had the same problem but with nginx In my opinion, this should be indicated in the documentation, as it worked in previous versions without this modification. Nginx example (important part is the WebSocket support) Apache example Source: |
Beta Was this translation helpful? Give feedback.
-
|
Alright, I tried implementing the suggested solution for the Apache server, but I could not get it working. So, I read up on how to handle WebSocket in the Apache documentation. Here is the configuration that is working for me: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Installation Method
It seems whenever i open up a previous chat, i see this red box at the bottom:

Environment
Open WebUI Version: 0.3.6
Operating System: CentOS 9 stream
Browser (if applicable): Chrome, Safari
Confirmation:
Expected Behavior:
No box, and if there is an error there something for me to act on.
Beta Was this translation helpful? Give feedback.
All reactions