[GH-ISSUE #6770] WSL Docker container loading issues #30006

Closed
opened 2026-04-25 04:20:30 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @trythelion on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6770

Bug Report

Installation Method

the command used was [docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main]

Environment

  • Operating System: WSL Ubuntu 24.04 LTS
    Confirmation:

  • I have read and followed all the instructions provided in the README.md.

  • I am on the latest version of both Open WebUI and Ollama.

Expected Behavior:

Is this even nesosary :) But anyways I expected the OpenWebui Login page or the home page.

Actual Behavior:

I get a gray ish page with white text saying "500: Internal Server Error"

Description

Bug Summary:
I'm unsure weather or not this is a docker issue or a OpenWebUI issue but it apears that due to the fact that I am running the OpenWebui container with --network="host" the container sometimes disapears from docker ps -a and the Docker Desktop app so docker can't even see it. I found that even after shuting down the newly restarted container (witch ran ontop of the pre existing one for some reason) the issue persisted. I am unsure how you could possibly recreate this issue though :(
#nclude any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]

Note

I ran into this bug before but that time I was resetting my WSL envs anyway, this time I am not and I don't want to have to backup a WSL instance that might have a broken docker container in it. Even updating the image and recreating the container didn't help :(

Originally created by @trythelion on GitHub (Nov 7, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/6770 # Bug Report ## Installation Method the command used was [docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main] ## Environment - **Operating System:** WSL Ubuntu 24.04 LTS **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. ## Expected Behavior: Is this even nesosary :) But anyways I expected the OpenWebui Login page or the home page. ## Actual Behavior: I get a gray ish page with white text saying "500: Internal Server Error" ## Description **Bug Summary:** I'm unsure weather or not this is a docker issue or a OpenWebUI issue but it apears that due to the fact that I am running the OpenWebui container with --network="host" the container sometimes disapears from docker ps -a and the Docker Desktop app so docker can't even see it. I found that even after shuting down the newly restarted container (witch ran ontop of the pre existing one for some reason) the issue persisted. I am unsure how you could possibly recreate this issue though :( #nclude any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.] ## Note I ran into this bug before but that time I was resetting my WSL envs anyway, this time I am not and I don't want to have to backup a WSL instance that might have a broken docker container in it. Even updating the image and recreating the container didn't help :(
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#30006