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.
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**

**terminal outputs**

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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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

terminal outputs

@elgarty commented on GitHub (May 15, 2024):
Cant you just use Docker?
@MichaelFomenko commented on GitHub (May 15, 2024):
you need first compile the code, before you can run it.
@justinh-rahb commented on GitHub (May 15, 2024):
Yes, my guess is the OP forgot the
npm run buildstep.