[GH-ISSUE #4226] [BUG]: Could not respond to message. An error occurred while streaming response. NetworkError when attempting to fetch resource. #4885

Closed
opened 2026-06-05 14:47:59 -04:00 by yindo · 0 comments
Owner

Originally created by @marev3 on GitHub (Jul 31, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4226

How are you running AnythingLLM?

Docker (remote machine)

What happened?

I use this compose.yaml:
`services:
anythingllm:
image: mintplexlabs/anythingllm
container_name: anythingllm
ports:
- "8412:3001"
cap_add:
- SYS_ADMIN
environment:
# Adjust for your environment
- STORAGE_DIR=/app/server/storage
- JWT_SECRET=EjWpuQGHks069xQxT445loTnJSzQxDQAzzgbo4sYkT8=
- LLM_PROVIDER=ollama
- OLLAMA_BASE_PATH=http://192.168.1.31:11434
- OLLAMA_MODEL_PREF=gemma3:12b
- OLLAMA_MODEL_TOKEN_LIMIT=8192
- EMBEDDING_ENGINE=ollama
- EMBEDDING_BASE_PATH=http://192.168.1.31:11434
- EMBEDDING_MODEL_PREF=nomic-embed-text:latest
# - EMBEDDING_MODEL_MAX_CHUNK_LENGTH=8192
- VECTOR_DB=lancedb
- WHISPER_PROVIDER=local
- TTS_PROVIDER=native
- PASSWORDMINCHAR=8
# Add any other keys here for services or settings
# you can find in the docker/.env.example file
volumes:
- anythingllm_storage:/app/server/storage
restart: always

volumes:
anythingllm_storage:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/docker-nfs/anythingllm/data`

Are there known steps to reproduce?

No response

Originally created by @marev3 on GitHub (Jul 31, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4226 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? I use this compose.yaml: `services: anythingllm: image: mintplexlabs/anythingllm container_name: anythingllm ports: - "8412:3001" cap_add: - SYS_ADMIN environment: # Adjust for your environment - STORAGE_DIR=/app/server/storage - JWT_SECRET=EjWpuQGHks069xQxT445loTnJSzQxDQAzzgbo4sYkT8= - LLM_PROVIDER=ollama - OLLAMA_BASE_PATH=http://192.168.1.31:11434 - OLLAMA_MODEL_PREF=gemma3:12b - OLLAMA_MODEL_TOKEN_LIMIT=8192 - EMBEDDING_ENGINE=ollama - EMBEDDING_BASE_PATH=http://192.168.1.31:11434 - EMBEDDING_MODEL_PREF=nomic-embed-text:latest # - EMBEDDING_MODEL_MAX_CHUNK_LENGTH=8192 - VECTOR_DB=lancedb - WHISPER_PROVIDER=local - TTS_PROVIDER=native - PASSWORDMINCHAR=8 # Add any other keys here for services or settings # you can find in the docker/.env.example file volumes: - anythingllm_storage:/app/server/storage restart: always volumes: anythingllm_storage: driver: local driver_opts: type: none o: bind device: /mnt/docker-nfs/anythingllm/data` ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-06-05 14:47:59 -04:00
yindo closed this issue 2026-06-05 14:47:59 -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#4885