mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Fresh container with v0.3.15 is broken #1869
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 @robertosw on GitHub (Aug 23, 2024).
Bug Report
Installation Method
docker run -p 8080:8080 -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://192.168.178.184:11434 --name open-webui ghcr.io/open-webui/open-webui:mainEnvironment
Confirmation:
I have included the browser console logs.Expected Behavior:
Starting with an empty volume, the container should start up, connect to ollama and be accessible without errors
Actual Behavior:
The errors below are reported + loading the website is really slow
Description
Bug Summary:
The connection or the parsing of the IP in the env var
OLLAMA_BASE_URLseems to be completely broken.Note that the IP that open-webui tries to connect to is completely wrong.
Reproduction Details
Steps to Reproduce:
localhost:8080Logs and Screenshots
Browser Console Logs: