Bug Summary:
[Provide a brief but clear summary of the bug]
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Clean all containers so below command doesn't list any container: sudo docker ps -a
Launch the container: sudo docker run -d -p 3000:8080 -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --restart always ghcr.io/open-webui/open-webui:main
When going to settings page the error message appears.
Expected Behavior:
Connect to ollama
Actual Behavior:
Cannot connect to ollama
Environment
Open WebUI Version: v0.3.8
Ollama (if applicable): last
Operating System: Ubuntu 20.04
Browser (if applicable): Firefox
Reproduction Details
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.
I have included the browser console logs.
I have included the Docker container logs.
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots (if applicable):
Installation Method
Via docker
Originally created by @tifDev on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3861
# Bug Report
## Description
Getting below error:

Note: Accessing webui through http://localhost:3000/
**Bug Summary:**
[Provide a brief but clear summary of the bug]
**Steps to Reproduce:**
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Clean all containers so below command doesn't list any container:
`sudo docker ps -a`
Launch the container:
`sudo docker run -d -p 3000:8080 -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --restart always ghcr.io/open-webui/open-webui:main`
When going to settings page the error message appears.
**Expected Behavior:**
Connect to ollama
**Actual Behavior:**
Cannot connect to ollama
## Environment
- **Open WebUI Version:** v0.3.8
- **Ollama (if applicable):** last
- **Operating System:** Ubuntu 20.04
- **Browser (if applicable):** Firefox
## Reproduction Details
**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.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
## Logs and Screenshots
**Browser Console Logs:**

**Docker Container Logs:**

**Screenshots (if applicable):**

## Installation Method
Via docker
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 @tifDev on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3861
Bug Report
Description
Getting below error:

Note: Accessing webui through http://localhost:3000/
Bug Summary:
[Provide a brief but clear summary of the bug]
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Clean all containers so below command doesn't list any container:
sudo docker ps -aLaunch the container:
sudo docker run -d -p 3000:8080 -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --restart always ghcr.io/open-webui/open-webui:mainWhen going to settings page the error message appears.
Expected Behavior:
Connect to ollama
Actual Behavior:
Cannot connect to ollama
Environment
Open WebUI Version: v0.3.8
Ollama (if applicable): last
Operating System: Ubuntu 20.04
Browser (if applicable): Firefox
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:

Docker Container Logs:

Screenshots (if applicable):

Installation Method
Via docker