[GH-ISSUE #4695] [BUG]: White Screen #2971

Closed
opened 2026-02-22 18:32:05 -05:00 by yindo · 2 comments
Owner

Originally created by @Phil-Pearce on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4695

How are you running AnythingLLM?

Docker (local)

What happened?

Got white screen when sending chat

Are there known steps to reproduce?

Used the docker command.
configured to use ollama local, model selection ok.
Followed getting started tasks, created a workspace, then tried to send chat.
Opened into a white screen.
unable to send chat

Originally created by @Phil-Pearce on GitHub (Nov 27, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4695 ### How are you running AnythingLLM? Docker (local) ### What happened? Got white screen when sending chat ### Are there known steps to reproduce? Used the docker command. configured to use ollama local, model selection ok. Followed getting started tasks, created a workspace, then tried to send chat. Opened into a white screen. unable to send chat
yindo added the possible bugneeds info / can't replicate labels 2026-02-22 18:32:05 -05:00
yindo closed this issue 2026-02-22 18:32:05 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 27, 2025):

Not able to replicate - pulled latest docker tag on clean install
Run:

export STORAGE_LOCATION=$HOME/anythingllm && \
mkdir -p $STORAGE_LOCATION && \
touch "$STORAGE_LOCATION/.env" && \
docker run -d -p 3001:3001 \
--cap-add SYS_ADMIN \
-v ${STORAGE_LOCATION}:/app/server/storage \
-v ${STORAGE_LOCATION}/.env:/app/server/.env \
-e STORAGE_DIR="/app/server/storage" \
mintplexlabs/anythingllm

Onboard, choose LLM, no login, skip survey, add workspace name, click continue

  • I can then click on workspace and send a chat without issue
@timothycarambat commented on GitHub (Nov 27, 2025): Not able to replicate - pulled `latest` docker tag on clean install Run: ```bash export STORAGE_LOCATION=$HOME/anythingllm && \ mkdir -p $STORAGE_LOCATION && \ touch "$STORAGE_LOCATION/.env" && \ docker run -d -p 3001:3001 \ --cap-add SYS_ADMIN \ -v ${STORAGE_LOCATION}:/app/server/storage \ -v ${STORAGE_LOCATION}/.env:/app/server/.env \ -e STORAGE_DIR="/app/server/storage" \ mintplexlabs/anythingllm ``` Onboard, choose LLM, no login, skip survey, add workspace name, click continue - I can then click on workspace and send a chat without issue
Author
Owner

@timothycarambat commented on GitHub (Nov 27, 2025):

To help debug:

  • Open chrome console and send chat to crash the page - paste in the error show in the console.
  • Is this chat using @agent and what LLM provider?
@timothycarambat commented on GitHub (Nov 27, 2025): To help debug: - Open chrome console and send chat to crash the page - paste in the error show in the console. - Is this chat using `@agent` and what LLM provider?
yindo changed title from [BUG]: White Screen to [GH-ISSUE #4695] [BUG]: White Screen 2026-06-05 14:49:36 -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#2971