[GH-ISSUE #3890] settings>chat hanging when selected #28169

Closed
opened 2026-04-22 06:01:10 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @arjunkrishna on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3890

What is the issue?

settings>chat link makes the whole ui hang and needs page refresh.

command used to host image.

docker run -d -p 3000:8081 -e OLLAMA_BASE_URL=http://host.docker.internal:11434 -e PORT=8081 -e MODEL_FILTER_ENABLED=True -e MODEL_FILTER_LIST="mistral:latest;llava:latest;llama3:latest" -e USER_PERMISSIONS_CHAT_DELETION=True -e DEFAULT_USER_ROLE=user -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

OS

Windows, Docker, WSL2

GPU

Nvidia

CPU

Intel

Ollama version

v0.1.121

Originally created by @arjunkrishna on GitHub (Apr 24, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3890 ### What is the issue? settings>chat link makes the whole ui hang and needs page refresh. command used to host image. ```powershell script docker run -d -p 3000:8081 -e OLLAMA_BASE_URL=http://host.docker.internal:11434 -e PORT=8081 -e MODEL_FILTER_ENABLED=True -e MODEL_FILTER_LIST="mistral:latest;llava:latest;llama3:latest" -e USER_PERMISSIONS_CHAT_DELETION=True -e DEFAULT_USER_ROLE=user -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ``` ### OS Windows, Docker, WSL2 ### GPU Nvidia ### CPU Intel ### Ollama version v0.1.121
GiteaMirror added the bug label 2026-04-22 06:01:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28169