mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #4118] Safari shows error after first response is done #13506
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 @PeterHagen on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4118
Bug Report
Description
Bug Summary:
After the first response is done, the UI doesn't becomes sort of unresponsive. It's still possible to type further, but no response will be shown. On reload of the page, messages with
[object Object]are shown. This behaviour occurs since the last update.Steps to Reproduce:
start a chat with any LLM and send first chat message
Expected Behavior:
Normal chat behaviour where you can keep on chatting
Actual Behavior:
UI likes to become inresponsive. No further chat occurs
Environment
Open WebUI Version: v0.3.10
Ollama (if applicable): 0.2.8
Operating System: macOS 14.5
Browser (if applicable): Safari 17.5
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Screenshots (if applicable):
Installation Method
Open-webui runs in Docker, with Ollama installed on the host
@PeterHagen commented on GitHub (Jul 25, 2024):
Additional screenshot with details error message