[GH-ISSUE #1134] when upgrade to tag v0.1.111. after login. i have to wait for several minutes to see the main page #12354

Closed
opened 2026-04-19 19:15:19 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @echzhai on GitHub (Mar 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1134

Bug Report

Description

after login. i have to wait for several minutes to see the main page
tag v0.1.111.

Originally created by @echzhai on GitHub (Mar 11, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1134 # Bug Report ## Description after login. i have to wait for several minutes to see the main page tag v0.1.111.
Author
Owner

@justinh-rahb commented on GitHub (Mar 11, 2024):

There's been some fixes to v0.1.111 since it's initial release, try updating again just to be sure you've got the lastest

Docker (non-Compose method):

docker rm -f open-webui
docker pull ghcr.io/open-webui/open-webui:main
<the docker run command you used previously>

Docker (Compose method):

docker compose down
docker pull ghcr.io/open-webui/open-webui:main
docker compose up -d

Manual (direct method):

cd open-webui
git pull
npm i
npm run build
cd backend
pip3 install -r requirements.txt
bash start.sh
<!-- gh-comment-id:1988573985 --> @justinh-rahb commented on GitHub (Mar 11, 2024): There's been some fixes to v0.1.111 since it's initial release, try updating again just to be sure you've got the lastest ### Docker (non-Compose method): ```bash docker rm -f open-webui docker pull ghcr.io/open-webui/open-webui:main <the docker run command you used previously> ``` ### Docker (Compose method): ```bash docker compose down docker pull ghcr.io/open-webui/open-webui:main docker compose up -d ``` ### Manual (direct method): ```bash cd open-webui git pull npm i npm run build cd backend pip3 install -r requirements.txt bash start.sh ```
Author
Owner

@echzhai commented on GitHub (Mar 11, 2024):

thank you

<!-- gh-comment-id:1988747939 --> @echzhai commented on GitHub (Mar 11, 2024): thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#12354