mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Internal Server Error with fresh setup (docker) #1260
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 @MarvinJWendt on GitHub (Jun 14, 2024).
Bug Report
Description
Bug Summary:
After setting up open-webui with docker compose, it crashes on start.
Steps to Reproduce:
Docker compose:
Expected Behavior:
No error.
Actual Behavior:
Internal Server Error
Environment
Open WebUI Version: docker image (main)
Ollama (if applicable): 0.1.44
Operating System: macOS latest via Docker
Browser (if applicable): Chrome
Reproduction Details
Confirmation:
Logs and Screenshots
Docker Container Logs:
Installation Method
Docker via docker compose, as mentioned above.
@MarvinJWendt commented on GitHub (Jun 14, 2024):
After reinstalling ollama it works now, but I think it's weird that a broken ollama installation will completely break the webui, as it's not necessarily used with ollama. Maybe this should still be adressed? Otherwise, feel free to close it :)