mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #88] No model listed when accessing web page from network. #11930
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 @lafintiger on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/88
Describe the bug
When connecting to the web page locally, webpage opens and Select a model shows the list of all models to choose from. When I access the web page from the network, the webpage opens up but no models list.
To Reproduce
Steps to reproduce the behavior:
ollama-webui % npm run dev
➜ Local: http://localhost:5173/
➜ Network: http://192.168.254.55:5173/
➜ Network: http://192.168.254.54:5173/
➜ press h to show help
When I open the local webpage. webpage opens and models can be selected.
When I open the Network webpage, with either ip address, the web page opens but no model shows.
See error

Expected behavior
I should see the full list of models
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Any guidance would be appreciated.
@tjbck commented on GitHub (Nov 11, 2023):
Hi, were you able to follow all the instructions from https://github.com/ollama-webui/ollama-webui#accessing-ollama-web-interface-over-lan? Let me know it still causes an issue for you even after you have all the env variables correctly setup. Thanks!
@lafintiger commented on GitHub (Nov 11, 2023):
I followed the steps again and this time it worked. Not sure what was different from the first few times I ran it and this time. If I figure out how to duplicate the error, I will let you know. Thanks.