mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
Blank Screen After Update with Browser Errors #4106
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 @DefinitlyEvil on GitHub (Feb 24, 2025).
Bug Report
Installation Method
pip install
Environment
Confirmation:
Expected Behavior:
Display web interface.
Actual Behavior:
Nothing was displayed.
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
I upgraded to latest version, started a chat in temp mode, hit enter, it didn't reach the backend LLM at all somehow, I killed the open-webui server, restart, blank.
Logs and Screenshots
Browser Console Logs:
Those are from debugger:
TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#'
from
NotFoundError: One of the specified object stores was not found.
from:
Docker Container Logs:
n/a
Screenshots/Screen Recordings (if applicable):
after logo was shown, nothing happens.
Additional Information
n/a