[GH-ISSUE #3018] [BUG]: Got blank page after send a message #1930

Closed
opened 2026-02-22 18:27:17 -05:00 by yindo · 3 comments
Owner

Originally created by @mingtotti on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3018

How are you running AnythingLLM?

Docker (local)

What happened?

Hi, I am using AnytingLLM with docker, and setup with DeepSeek, but got blank page after I send the message.
I just started learning NodeJS and have been looking for a solution for a long time but couldn’t find one. Please help me out.

bellow is the .env file

# Auto-dump ENV from system call on 11:31:56 GMT+0000 (Coordinated Universal Time)
LLM_PROVIDER='deepseek'
EMBEDDING_ENGINE='native'
VECTOR_DB='lancedb'
DEEPSEEK_API_KEY='sk-.......'
DEEPSEEK_MODEL_PREF='deepseek-chat'
STORAGE_DIR='/app/server/storage'
SIG_KEY='...'
SIG_SALT='....'

I got no error messages from docker logs, but got error messages from web console.

Image

Are there known steps to reproduce?

Image

Originally created by @mingtotti on GitHub (Jan 23, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3018 ### How are you running AnythingLLM? Docker (local) ### What happened? Hi, I am using AnytingLLM with docker, and setup with DeepSeek, but got blank page after I send the message. I just started learning NodeJS and have been looking for a solution for a long time but couldn’t find one. Please help me out. bellow is the .env file ``` # Auto-dump ENV from system call on 11:31:56 GMT+0000 (Coordinated Universal Time) LLM_PROVIDER='deepseek' EMBEDDING_ENGINE='native' VECTOR_DB='lancedb' DEEPSEEK_API_KEY='sk-.......' DEEPSEEK_MODEL_PREF='deepseek-chat' STORAGE_DIR='/app/server/storage' SIG_KEY='...' SIG_SALT='....' ``` I got no error messages from docker logs, but got error messages from web console. ![Image](https://github.com/user-attachments/assets/94b1706a-82e6-40aa-8b3f-a4a9a59f7cad) ### Are there known steps to reproduce? ![Image](https://github.com/user-attachments/assets/45cb5765-5ddd-435c-aa22-39a9249c9a10)
yindo added the possible bug label 2026-02-22 18:27:17 -05:00
yindo closed this issue 2026-02-22 18:27:18 -05:00
Author
Owner

@shatfield4 commented on GitHub (Jan 23, 2025):

We have just patched this today via https://github.com/Mintplex-Labs/anything-llm/commit/9584a7e1400a2ac581631f1901281c29c15224ba.

Please repull the docker image and it should be fixed now.

@shatfield4 commented on GitHub (Jan 23, 2025): We have just patched this today via https://github.com/Mintplex-Labs/anything-llm/commit/9584a7e1400a2ac581631f1901281c29c15224ba. Please repull the docker image and it should be fixed now.
Author
Owner

@mingtotti commented on GitHub (Jan 23, 2025):

We have just patched this today via 9584a7e.

Please repull the docker image and it should be fixed now.

@shatfield4 That fixed the issue, thanks!

@mingtotti commented on GitHub (Jan 23, 2025): > We have just patched this today via [9584a7e](https://github.com/Mintplex-Labs/anything-llm/commit/9584a7e1400a2ac581631f1901281c29c15224ba). > > Please repull the docker image and it should be fixed now. @shatfield4 That fixed the issue, thanks!
Author
Owner

@julienferga commented on GitHub (Jan 24, 2025):

Hello, just a quick note about this issue: I experienced the same problem and tried everything yesterday, until I found this thread. Simply repulling the docker image resolved the issue. Many thanks!

@julienferga commented on GitHub (Jan 24, 2025): Hello, just a quick note about this issue: I experienced the same problem and tried everything yesterday, until I found this thread. Simply repulling the docker image resolved the issue. Many thanks!
yindo changed title from [BUG]: Got blank page after send a message to [GH-ISSUE #3018] [BUG]: Got blank page after send a message 2026-06-05 14:43: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#1930