mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
A blank page #144
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 @heweapon on GitHub (Jan 3, 2024).
Bug Report
Description
Bug Summary:
I can get page of register when I access 172.16.120.14:3000.But when I signed in, there was just a blank page
I used this command to install: docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
I deployed Ollama and Ollama-webui on docker on the LAN

Here's what I tested after using VScode to connect to the server over SSH
@tjbck commented on GitHub (Jan 3, 2024):
Hi, Thanks for creating this issue! Could you try deleting your browser cache and see if that does anything for you? Keep us updated!
@heweapon commented on GitHub (Jan 4, 2024):
Yes, I tried it. Neither deleting the browser cache nor changing the browser solved the problem.(I use Chrome and Edge)
@tjbck commented on GitHub (Jan 4, 2024):
Hmm, could you try setting a different port for the webui and see if that does anything? Keep us updated!
@heweapon commented on GitHub (Jan 4, 2024):
Ok, I'll try
@heweapon commented on GitHub (Jan 4, 2024):
I modified the port according to what you said and changed it to 3001:




Its running status on Docker on linux server is as follows:
Now the browser can load the Ollama-webui page, but the following problem occurs:
Thank you very much for your patience!
@tjbck commented on GitHub (Jan 4, 2024):
You might want to try the alternative command in our troubleshooting.md! https://github.com/ollama-webui/ollama-webui/blob/main/TROUBLESHOOTING.md
@heweapon commented on GitHub (Jan 4, 2024):
OK. I'll try