mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #22223] issue: An infinite loop caused by circular dependencies in the Chat and Artifacts components #35196
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 @ShirasawaSama on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22223
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When the content of the Chat and Artifacts components remains unchanged, they will not repeatedly trigger rendering.
Actual Behavior
When Artifacts are included in the chat, it will cause a circular update between Chat and Artifacts, resulting in a sharp decline in page performance.
Steps to Reproduce
Logs & Screenshots
Additional Information
I suspect it might be related to
6863ca482c. After reverting this commit locally, the infinite loop disappeared.@Algorithm5838 Could you please investigate this? Thanks.
@ShirasawaSama commented on GitHub (Mar 4, 2026):
At this point, we will find that we cannot switch artifacts by clicking the arrow button on the top left of the Artifacts window.
@Algorithm5838 commented on GitHub (Mar 4, 2026):
https://github.com/open-webui/open-webui/pull/22238 https://github.com/open-webui/open-webui/pull/22239
These should help. I will test them later.
@Algorithm5838 commented on GitHub (Mar 5, 2026):
I can confirm the second PR fixed the switching issue. Would you be able to confirm if the first PR fixed the looping issue?
@ShirasawaSama commented on GitHub (Mar 5, 2026):
Yes, these two commits did indeed fix the issue.
@Algorithm5838 commented on GitHub (Mar 5, 2026):
Great, thanks for confirming! Hopefully these can get merged soon.