mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
bug: Uncaught (in promise) TypeErrors and Page Freezing when Switching between Cloned Chats with Multiple LLMs #1702
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 @silentoplayz on GitHub (Aug 6, 2024).
Bug Report
Installation Method
Docker Desktop via a custom-built docker-compose.yml file for my Open WebUI instance and domains. Ollama is running natively on Windows via the Windows (Preview) version.
Environment
Confirmation:
Expected Behavior:
Actual Behavior:
Description
Bug Summary:
Uncaught (in promise) TypeErrorsbeing logged to the console.Reproduction Details
Steps to Reproduce:
+button to add a new modelBrowser Console Logs:
Screenshots/Screen Recordings:

Video:
https://streamable.com/m1s4zr
Secondary Issue
If you continue beyond the initial steps to produce the bug, you may encounter additional errors. To reproduce:
Browser Console Logs (Secondary Issue):
and
Screenshots/Screen Recordings:


2nd Secondary Issue
If you continue beyond the initial steps to produce the bug, you may encounter additional errors. To reproduce:
Good Responsebutton in the problematic chatBrowser Console Logs (2nd Secondary Issue):
and
Screenshots/Screen Recordings:


Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Please let me know if I've missed anything or if there's any additional information needed!
@tjbck commented on GitHub (Aug 18, 2024):
Seems like it's not been fixed, taking a look
@silentoplayz commented on GitHub (Aug 18, 2024):
This is the error logged within the browser console when I click back to the original chat:
Refresh the page on this chat's page.
Swap away from and then return back to this same page.
Witness a new error in browser console:
@silentoplayz commented on GitHub (Aug 18, 2024):
Solved with
a1b4df1b85. Thank you very much for your hard work and dedication. @tjbck 🍻