Originally created by @avirgos on GitHub (Jul 16, 2024).
Bug Report
Description
I have installed ollama on a Red Hat server.
I started an open-webui container with bundled ollama support with the following command : docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama
For professional use, in a private network, I've created a custom image of ghcr.io/open-webui/open-webui:ollama to add certificates.
The container starts up fine, but after downloading a model, open-webui crashes completely and I get the following error in the browser console :
First I tried with mixtral:8x7b, then I tried with tinyllama, but I still get the same error...
So I don't think it's a storage problem.
Thank you in advance for your help and don't hesitate to ask me if you need any further details.
Environment
Open WebUI Version: 0.3.8
Ollama (if applicable): 0.2.1
Operating System: RHEL 9.4
Browser (if applicable): Microsoft Edge
Originally created by @avirgos on GitHub (Jul 16, 2024).
# Bug Report
## Description
I have installed `ollama` on a Red Hat server.
I started an `open-webui` container with bundled ollama support with the following command :
`docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama`
For professional use, in a private network, I've created a custom image of `ghcr.io/open-webui/open-webui:ollama` to add certificates.
The container starts up fine, but after downloading a model, `open-webui` crashes completely and I get the following error in the browser console :

First I tried with `mixtral:8x7b`, then I tried with `tinyllama`, but I still get the same error...
So I don't think it's a storage problem.
Thank you in advance for your help and don't hesitate to ask me if you need any further details.
## Environment
- **Open WebUI Version:** 0.3.8
- **Ollama (if applicable):** 0.2.1
- **Operating System:** RHEL 9.4
- **Browser (if applicable):** Microsoft Edge
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 @avirgos on GitHub (Jul 16, 2024).
Bug Report
Description
I have installed
ollamaon a Red Hat server.I started an
open-webuicontainer with bundled ollama support with the following command :docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollamaFor professional use, in a private network, I've created a custom image of
ghcr.io/open-webui/open-webui:ollamato add certificates.The container starts up fine, but after downloading a model,

open-webuicrashes completely and I get the following error in the browser console :First I tried with
mixtral:8x7b, then I tried withtinyllama, but I still get the same error...So I don't think it's a storage problem.
Thank you in advance for your help and don't hesitate to ask me if you need any further details.
Environment
Open WebUI Version: 0.3.8
Ollama (if applicable): 0.2.1
Operating System: RHEL 9.4
Browser (if applicable): Microsoft Edge