mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
bug: Open WebUI fails to start after update #1109
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 @bannert1337 on GitHub (Jun 3, 2024).
Bug Report
Description
Bug Summary:
After I updated the Docker Image, I am getting this error when trying to access it:
Steps to Reproduce:
Expected Behavior:
Start correctly.
Environment
0.2.2@bannert1337 commented on GitHub (Jun 3, 2024):
I set a Reranking model yesterday. The model I set was
llm-blender/PairRM.@bannert1337 commented on GitHub (Jun 3, 2024):
I used the
RESET_CONFIG_ON_STARTenv set to true and now the WebUI is accessible again, but with all settings reset (as expected).