[GH-ISSUE #8782] v0.5.5+ issue after login #85992

Closed
opened 2026-05-15 10:30:37 -05:00 by GiteaMirror · 20 comments
Owner

Originally created by @petrusali on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8782

After upgrading my docker version of OUI from 0.5.4 to 0.5.5 or 0.5.6. User can only login but nothing happens after the login. Only showing blank screen.

Originally created by @petrusali on GitHub (Jan 23, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8782 After upgrading my docker version of OUI from 0.5.4 to 0.5.5 or 0.5.6. User can only login but nothing happens after the login. Only showing blank screen.
Author
Owner

@spammenotinoz commented on GitHub (Jan 23, 2025):

Same, admins are fine, but standard users just get a blank screen. It's not a proxy or \cookie issue either.

<!-- gh-comment-id:2608589965 --> @spammenotinoz commented on GitHub (Jan 23, 2025): Same, admins are fine, but standard users just get a blank screen. It's not a proxy or \cookie issue either.
Author
Owner

@sprior commented on GitHub (Jan 23, 2025):

I get a blank screen when logging in as an admin.

<!-- gh-comment-id:2608627870 --> @sprior commented on GitHub (Jan 23, 2025): I get a blank screen when logging in as an admin.
Author
Owner

@petrusali commented on GitHub (Jan 23, 2025):

I get a blank screen when logging in as an admin.

Same to me, all users got blank screen

<!-- gh-comment-id:2608673968 --> @petrusali commented on GitHub (Jan 23, 2025): > I get a blank screen when logging in as an admin. Same to me, all users got blank screen
Author
Owner

@petrusali commented on GitHub (Jan 23, 2025):

Reopen

<!-- gh-comment-id:2608675123 --> @petrusali commented on GitHub (Jan 23, 2025): Reopen
Author
Owner

@wangkai111111 commented on GitHub (Jan 23, 2025):

Have you solved it? Me too

<!-- gh-comment-id:2608780545 --> @wangkai111111 commented on GitHub (Jan 23, 2025): Have you solved it? Me too
Author
Owner

@petrusali commented on GitHub (Jan 23, 2025):

I haven't. I've tried to make a new container and it's running well. But once I tried to restore the DB, I got the same issue. So I guess the issue is coming from the DB structure.

<!-- gh-comment-id:2608783033 --> @petrusali commented on GitHub (Jan 23, 2025): I haven't. I've tried to make a new container and it's running well. But once I tried to restore the DB, I got the same issue. So I guess the issue is coming from the DB structure.
Author
Owner

@petrusali commented on GitHub (Jan 23, 2025):

Have you solved it? Me too

What I did is rolling back to v0.5.4 tag from the main tag

<!-- gh-comment-id:2608823105 --> @petrusali commented on GitHub (Jan 23, 2025): > Have you solved it? Me too What I did is rolling back to v0.5.4 tag from the main tag
Author
Owner

@sprior commented on GitHub (Jan 23, 2025):

Yeah, thought it was fixed for me but the problem is back.

<!-- gh-comment-id:2608832092 --> @sprior commented on GitHub (Jan 23, 2025): Yeah, thought it was fixed for me but the problem is back.
Author
Owner

@wangkai111111 commented on GitHub (Jan 23, 2025):

Yeah, thought it was fixed for me but the problem is back.

Have you solved it? Me too

What I did is rolling back to v0.5.4 tag from the main tag

How to roll back? Is there any previous download address for docker?

<!-- gh-comment-id:2608847125 --> @wangkai111111 commented on GitHub (Jan 23, 2025): > Yeah, thought it was fixed for me but the problem is back. > > Have you solved it? Me too > > What I did is rolling back to v0.5.4 tag from the main tag How to roll back? Is there any previous download address for docker?
Author
Owner

@wangkai111111 commented on GitHub (Jan 23, 2025):

Are there still problems after the rollback?

<!-- gh-comment-id:2608847624 --> @wangkai111111 commented on GitHub (Jan 23, 2025): Are there still problems after the rollback?
Author
Owner

@spammenotinoz commented on GitHub (Jan 23, 2025):

Rolling back to v0.5.4 and restating the proxy fixed it for me.

<!-- gh-comment-id:2608850200 --> @spammenotinoz commented on GitHub (Jan 23, 2025): Rolling back to v0.5.4 and restating the proxy fixed it for me.
Author
Owner

@wangkai111111 commented on GitHub (Jan 23, 2025):

Rolling back to v0.5.4 and restating the proxy fixed it for me.

Is there a download address for the 0.5.4 image? I want to try it.

<!-- gh-comment-id:2608853189 --> @wangkai111111 commented on GitHub (Jan 23, 2025): > Rolling back to v0.5.4 and restating the proxy fixed it for me. Is there a download address for the 0.5.4 image? I want to try it.
Author
Owner

@spammenotinoz commented on GitHub (Jan 23, 2025):

Unsure, I still had the old image. If you do a docker image ls, you will likely still have it. It’s only removed if you delete or prune old images.

On 23 Jan 2025, at 3:53 pm, wangkai111111 @.***> wrote:



Rolling back to v0.5.4 and restating the proxy fixed it for me.

Is there a download address for the 0.5.4 image? I want to try it.

<!-- gh-comment-id:2608855473 --> @spammenotinoz commented on GitHub (Jan 23, 2025): Unsure, I still had the old image. If you do a docker image ls, you will likely still have it. It’s only removed if you delete or prune old images. On 23 Jan 2025, at 3:53 pm, wangkai111111 ***@***.***> wrote:  Rolling back to v0.5.4 and restating the proxy fixed it for me. Is there a download address for the 0.5.4 image? I want to try it.
Author
Owner

@sprior commented on GitHub (Jan 23, 2025):

Instead of ghcr.io/open-webui/open-webui:latest
use ghcr.io/open-webui/open-webui:v0.5.4

<!-- gh-comment-id:2608857887 --> @sprior commented on GitHub (Jan 23, 2025): Instead of ghcr.io/open-webui/open-webui:latest use ghcr.io/open-webui/open-webui:v0.5.4
Author
Owner

@petrusali commented on GitHub (Jan 23, 2025):

I rolled back to ghcr.io/open-webui/open-webui:v0.5.4

Removed anything in functions

Upgraded to ghcr.io/open-webui/open-webui:main

And now everything's fine

<!-- gh-comment-id:2608876198 --> @petrusali commented on GitHub (Jan 23, 2025): I rolled back to ghcr.io/open-webui/open-webui:v0.5.4 Removed anything in functions Upgraded to ghcr.io/open-webui/open-webui:main And now everything's fine
Author
Owner

@wangkai111111 commented on GitHub (Jan 23, 2025):

What to remove from the function

<!-- gh-comment-id:2608882171 --> @wangkai111111 commented on GitHub (Jan 23, 2025): What to remove from the function
Author
Owner

@wangkai111111 commented on GitHub (Jan 23, 2025):

@petrusali

<!-- gh-comment-id:2608908656 --> @wangkai111111 commented on GitHub (Jan 23, 2025): @petrusali
Author
Owner

@petrusali commented on GitHub (Jan 23, 2025):

What to remove from the function

As I said earlier I removed anything in the functions. But my suspect what's causing the problem is https://openwebui.com/f/raskoll/dalle_3/ & https://openwebui.com/f/martianhannah/smart_core/

<!-- gh-comment-id:2608923174 --> @petrusali commented on GitHub (Jan 23, 2025): > What to remove from the function As I said earlier I removed anything in the functions. But my suspect what's causing the problem is https://openwebui.com/f/raskoll/dalle_3/ & https://openwebui.com/f/martianhannah/smart_core/
Author
Owner

@kamjin3086 commented on GitHub (Feb 13, 2025):

The request for "/api/models" took too long, this issue will cause a black screen. The reason is considered to be related to the network. The fix is ​​Settings->External Connection->openAI API and no longer check it. Could the developers please uncheck this option by default? This is very confusing :)

<!-- gh-comment-id:2655369996 --> @kamjin3086 commented on GitHub (Feb 13, 2025): The request for "/api/models" took too long, this issue will cause a black screen. The reason is considered to be related to the network. The fix is ​​Settings->External Connection->openAI API and no longer check it. Could the developers please uncheck this option by default? This is very confusing :)
Author
Owner

@mcpeixoto commented on GitHub (Mar 14, 2025):

Did a fresh installed -> Configured Ollama API -> And after some time I have the exact same issue..

User login and I get a black screen

<!-- gh-comment-id:2724784422 --> @mcpeixoto commented on GitHub (Mar 14, 2025): Did a fresh installed -> Configured Ollama API -> And after some time I have the exact same issue.. User login and I get a black screen
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#85992