[BUG]: anythingllm-embed #2765

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

Originally created by @leotulipan on GitHub (Aug 29, 2025).

How are you running AnythingLLM?

Docker (local)

What happened?

data-language="de" is not properly handled

This is my embed code using the docker container image "mintplexlabs/anythingllm:latest"

<script data-embed-id="945f5849-65b4-493d-ab27-12f9622aa8fb" data-base-api-url="http://localhost:3001/api/embed" data-language="de" data-chat-icon="chatBubble" data-no-sponsor="True" data-no-header="True" data-position="bottom-left" data-window-width="100%" data-window-height="80%" data-open-on-load="on" data-send-message-text="Sende eine Nachricht ..." data-reset-chat-text="Chat zurücksetzen" data-assistant-bg-color="#70d8d6" data-user-bg-color="#efffff" data-button-color="#21403f" src="http://localhost:3001/embed/anythingllm-chat-widget.min.js"> </script>

as you can see I do specify the language as shown in https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md

related bug the "currently supported language" link points to https://github.com/Mintplex-Labs/anythingllm-embed/main/src/locales/resources.js instead of https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/src/locales/resources.js (not the added /blob/ path)

Image

Are there known steps to reproduce?

No response

Originally created by @leotulipan on GitHub (Aug 29, 2025). ### How are you running AnythingLLM? Docker (local) ### What happened? data-language="de" is not properly handled This is my embed code using the docker container image "mintplexlabs/anythingllm:latest" `<script data-embed-id="945f5849-65b4-493d-ab27-12f9622aa8fb" data-base-api-url="http://localhost:3001/api/embed" data-language="de" data-chat-icon="chatBubble" data-no-sponsor="True" data-no-header="True" data-position="bottom-left" data-window-width="100%" data-window-height="80%" data-open-on-load="on" data-send-message-text="Sende eine Nachricht ..." data-reset-chat-text="Chat zurücksetzen" data-assistant-bg-color="#70d8d6" data-user-bg-color="#efffff" data-button-color="#21403f" src="http://localhost:3001/embed/anythingllm-chat-widget.min.js"> </script>` as you can see I do specify the language as shown in https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md related bug the "currently supported language" link points to https://github.com/Mintplex-Labs/anythingllm-embed/main/src/locales/resources.js instead of https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/src/locales/resources.js (not the added /blob/ path) <img width="629" height="138" alt="Image" src="https://github.com/user-attachments/assets/2a91705b-5ead-4a81-8003-220eaa4c22ea" /> ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:31:09 -05:00
yindo closed this issue 2026-02-22 18:31:09 -05:00
Author
Owner

@shatfield4 commented on GitHub (Sep 2, 2025):

This is just a configuration setting in your embed chat config. That error you're getting in the embed chat is because you are hitting your Max chats per day limit. Change this to 0 in your config here and it should allow unlimited messages per day.

See attached screenshot below:

Image
@shatfield4 commented on GitHub (Sep 2, 2025): This is just a configuration setting in your embed chat config. That error you're getting in the embed chat is because you are hitting your **Max chats per day** limit. Change this to 0 in your config here and it should allow unlimited messages per day. See attached screenshot below: <img width="691" height="796" alt="Image" src="https://github.com/user-attachments/assets/b9badac3-51b4-496e-b35f-4eb4edee342d" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2765