[GH-ISSUE #3187] [BUG]: Invalid file upload. ENOENT: no such file or directory, open '/collector/hotdir/a.sh #2049

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

Originally created by @BenGuoQing on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3187

How are you running AnythingLLM?

Docker (local)

What happened?

I am unable to upload files while using Anythingllm. I have already created hotdir

Are there known steps to reproduce?

export STORAGE_LOCATION="/app/anythingllm" &&
mkdir -p $STORAGE_LOCATION &&
touch "$STORAGE_LOCATION/.env" &&
mkdir -p $STORAGE_LOCATION/documents &&
docker run -itd -p 3001:3001
--cap-add SYS_ADMIN
--network=host
--add-host=host.docker.internal:host-gateway
-v ${STORAGE_LOCATION}:/app/anythingllm
-v ${STORAGE_LOCATION}/.env:/app/anythingllm/.env
-v ${STORAGE_LOCATION}/collector/hotdir/:/app/collector/hotdir
-v ${STORAGE_LOCATION}/collector/outputs/:/app/collector/outputs
-e STORAGE_DIR="/app/anythingllm"
--name anythingllm
mintplexlabs/anythingllm:latest

Originally created by @BenGuoQing on GitHub (Feb 12, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3187 ### How are you running AnythingLLM? Docker (local) ### What happened? I am unable to upload files while using Anythingllm. I have already created hotdir ### Are there known steps to reproduce? export STORAGE_LOCATION="/app/anythingllm" && \ mkdir -p $STORAGE_LOCATION && \ touch "$STORAGE_LOCATION/.env" && \ mkdir -p $STORAGE_LOCATION/documents && \ docker run -itd -p 3001:3001 \ --cap-add SYS_ADMIN \ --network=host \ --add-host=host.docker.internal:host-gateway \ -v ${STORAGE_LOCATION}:/app/anythingllm\ -v ${STORAGE_LOCATION}/.env:/app/anythingllm/.env \ -v ${STORAGE_LOCATION}/collector/hotdir/:/app/collector/hotdir \ -v ${STORAGE_LOCATION}/collector/outputs/:/app/collector/outputs \ -e STORAGE_DIR="/app/anythingllm" \ --name anythingllm \ mintplexlabs/anythingllm:latest
yindo added the possible bug label 2026-02-22 18:27:54 -05:00
yindo closed this issue 2026-02-22 18:27:54 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 13, 2025):

Answered in https://github.com/Mintplex-Labs/anything-llm/issues/3188#issuecomment-2655546179

@timothycarambat commented on GitHub (Feb 13, 2025): Answered in https://github.com/Mintplex-Labs/anything-llm/issues/3188#issuecomment-2655546179
yindo changed title from [BUG]: Invalid file upload. ENOENT: no such file or directory, open '/collector/hotdir/a.sh to [GH-ISSUE #3187] [BUG]: Invalid file upload. ENOENT: no such file or directory, open '/collector/hotdir/a.sh 2026-06-05 14:44:14 -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#2049