[GH-ISSUE #1338] [BUG]: AnythingLLM Stuck at "--loading available models--" #845

Closed
opened 2026-02-22 18:21:44 -05:00 by yindo · 1 comment
Owner

Originally created by @cope on GitHub (May 10, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1338

How are you running AnythingLLM?

Docker (local)

What happened?

I started Ollama with docker:
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
I then loaded some models:

ollama pull llama3:8b-instruct-q8_0
ollama pull mxbai-embed-large:335m
ollama pull codellama:7b-code-q8_0

Then I started AnythingLLM with docker:
docker run -d -p 3001:3001 --cap-add SYS_ADMIN -e STORAGE_DIR="/server/storage" -v "D:/db/anythingllm:/server/storage" -v "D:/db/anythingllm/env:/server/.env" --name anything-llm mintplexlabs/anythingllm:master

Then I opened http://localhost:3001 and went to Get Started, selected Ollama and entered http://localhost:11434 and it does not load the available models, it is stuck at:
image

http://localhost:11434 shows:
image

http://localhost:11434/api/tags shows:
image

Are there known steps to reproduce?

I described all the steps above.

Originally created by @cope on GitHub (May 10, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1338 ### How are you running AnythingLLM? Docker (local) ### What happened? I started Ollama with docker: `docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama` I then loaded some models: ``` ollama pull llama3:8b-instruct-q8_0 ollama pull mxbai-embed-large:335m ollama pull codellama:7b-code-q8_0 ``` Then I started AnythingLLM with docker: `docker run -d -p 3001:3001 --cap-add SYS_ADMIN -e STORAGE_DIR="/server/storage" -v "D:/db/anythingllm:/server/storage" -v "D:/db/anythingllm/env:/server/.env" --name anything-llm mintplexlabs/anythingllm:master` Then I opened http://localhost:3001 and went to Get Started, selected Ollama and entered http://localhost:11434 and it does not load the available models, it is stuck at: ![image](https://github.com/Mintplex-Labs/anything-llm/assets/112515/d5ddacab-c8c7-420c-935c-64ca7d9b4b76) http://localhost:11434 shows: ![image](https://github.com/Mintplex-Labs/anything-llm/assets/112515/eda5738d-0cd2-4b3c-9a93-06d5753ff853) http://localhost:11434/api/tags shows: ![image](https://github.com/Mintplex-Labs/anything-llm/assets/112515/654c295d-24ff-4b4a-a512-9e232d086c33) ### Are there known steps to reproduce? I described all the steps above.
yindo added the possible bug label 2026-02-22 18:21:44 -05:00
yindo closed this issue 2026-02-22 18:21:45 -05:00
Author
Owner

@cope commented on GitHub (May 10, 2024):

heh... I forgot I was in docker... needed to use http://host.docker.internal:11434 instead of http://localhost:3001 and it worked.

Closing for beeing dumb.

@cope commented on GitHub (May 10, 2024): heh... I forgot I was in docker... needed to use http://host.docker.internal:11434 instead of http://localhost:3001 and it worked. Closing for beeing dumb.
yindo changed title from [BUG]: AnythingLLM Stuck at "--loading available models--" to [GH-ISSUE #1338] [BUG]: AnythingLLM Stuck at "--loading available models--" 2026-06-05 14:37:31 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#845