Can't open web page #925

Closed
opened 2025-11-11 14:33:49 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @hescluke on GitHub (May 15, 2024).

Bug Report

Description

Bug Summary:

I followed the commands at the bottom of doc:https://docs.openwebui.com/getting-started/ . The ollama serve can start successfully. When I run “.\start_windows.bat”, the terminal showed informations correctly, but the web page stucked at the beginning page. I can't even find any error logs, because everything from the terminal seems fine.

Environment

windows10 and ubantu20
My computer cannot install docker, so I followed the instructions at the doc above. I met the same bug when I installed it on my linux OS, still stucking at the beginning page without any ERROR from the terminal.

node -v: v22.0.0
npm -v: 10.5.1
python -v: Python 3.11.9

Logs and Screenshots

stucked web page
image

terminal outputs
image

Originally created by @hescluke on GitHub (May 15, 2024). # Bug Report ## Description **Bug Summary:** I followed the commands at the bottom of doc:https://docs.openwebui.com/getting-started/ . The ollama serve can start successfully. When I run “.\start_windows.bat”, the terminal showed informations correctly, but the web page stucked at the beginning page. I can't even find any error logs, because everything from the terminal seems fine. ## Environment windows10 and ubantu20 My computer cannot install docker, so I followed the instructions at the doc above. I met the same bug when I installed it on my linux OS, still stucking at the beginning page without any ERROR from the terminal. node -v: v22.0.0 npm -v: 10.5.1 python -v: Python 3.11.9 ## Logs and Screenshots **stucked web page** ![image](https://github.com/open-webui/open-webui/assets/86816786/067368d1-0095-4e62-8730-de72d0e0afce) **terminal outputs** ![image](https://github.com/open-webui/open-webui/assets/86816786/3d60db75-f68b-4a59-bbc4-92c7e4a3d028)
Author
Owner

@elgarty commented on GitHub (May 15, 2024):

Cant you just use Docker?

@elgarty commented on GitHub (May 15, 2024): Cant you just use Docker?
Author
Owner

@MichaelFomenko commented on GitHub (May 15, 2024):

you need first compile the code, before you can run it.

@MichaelFomenko commented on GitHub (May 15, 2024): you need first compile the code, before you can run it.
Author
Owner

@justinh-rahb commented on GitHub (May 15, 2024):

you need first compile the code, before you can run it.

Yes, my guess is the OP forgot the npm run build step.

@justinh-rahb commented on GitHub (May 15, 2024): > you need first compile the code, before you can run it. Yes, my guess is the OP forgot the `npm run build` step.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#925