mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16494] issue: Frontend stuck on server start and showing the required UI #17929
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 @mashirali on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16494
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.22
Ollama Version (if applicable)
0.9.6
Operating System
Ubuntu 25.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
It should run the front-end as shared in the docs
Actual Behavior
I am stuck here on the front-end. No error shown on the logs
Also, one important point: Backend running properly
Steps to Reproduce
Logs & Screenshots
Loaded annotated-types, anyio, distro, httpx, jiter, openai, openssl, pydantic, pydantic_core, sniffio, ssl, typing-extensions
Pyodide packages downloaded, freezing into lock file
Copying Pyodide files into static directory
5:18:05 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
@sveltejs/svelte-virtual-list@3.0.1
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
VITE v5.4.19 ready in 1668 ms
➜ Local: http://localhost:5173/
➜ Network: http://-----:5173/
➜ Network: http://-----:5173/
➜ Network: http://-----:5173/
➜ Network: http://------:5173/
➜ Network: http://------:5173/
➜ press h + enter to show help
[vite-plugin-static-copy] Collected 2 items.
Additional Information
I want to know why screen is stuck if i have followed everything as per docs and backend is running properly.
@rgaricano commented on GitHub (Aug 11, 2025):
and
pip install -r requirements.txt?cache & cookie cleaned?
@tjbck commented on GitHub (Aug 13, 2025):
Unable to reproduce, keep us updated!