[GH-ISSUE #3995] [BUG]: Embed code references 404 page on Github #2539

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

Originally created by @AndreC10002 on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3995

How are you running AnythingLLM?

Docker (local)

What happened?

When generating code to embed the chat, the "View all style and configuration options" link, as well as the URL shown in the generated HTML code lead to a broken Github page:

https://github.com/Mintplex-Labs/anything-llm/tree/master/embed/README.md

Instead, that should probably point to the following:

https://github.com/Mintplex-Labs/anythingllm-embed/tree/4fb78337b1a85497d146de4df40460f8fb6e51a6

Are there known steps to reproduce?

  • Create an embeddable chat widget
  • Click on "code"
Originally created by @AndreC10002 on GitHub (Jun 13, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3995 ### How are you running AnythingLLM? Docker (local) ### What happened? When generating code to embed the chat, the "View all style and configuration options" link, as well as the URL shown in the generated HTML code lead to a broken Github page: https://github.com/Mintplex-Labs/anything-llm/tree/master/embed/README.md Instead, that should probably point to the following: https://github.com/Mintplex-Labs/anythingllm-embed/tree/4fb78337b1a85497d146de4df40460f8fb6e51a6 ### Are there known steps to reproduce? - Create an embeddable chat widget - Click on "code"
yindo added the possible bug label 2026-02-22 18:30:08 -05:00
yindo closed this issue 2026-02-22 18:30:08 -05:00
Author
Owner

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

Cant use a blob URL since it would change each commit or modification. Changes to https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md

@timothycarambat commented on GitHub (Jun 13, 2025): Cant use a blob URL since it would change each commit or modification. Changes to https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md
Author
Owner

@AndreC10002 commented on GitHub (Jun 13, 2025):

Just notice that https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md references port 3000 instead of 3001.

@AndreC10002 commented on GitHub (Jun 13, 2025): Just notice that https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md references port 3000 instead of 3001.
Author
Owner

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

That does not matter since you should be copying the code snippet from the UI and not the docs since the data-embed-id would be incorrect as it is unique per embed.

@timothycarambat commented on GitHub (Jun 13, 2025): That does not matter since you should be copying the code snippet from the UI and not the docs since the `data-embed-id` would be incorrect as it is unique per embed.
yindo changed title from [BUG]: Embed code references 404 page on Github to [GH-ISSUE #3995] [BUG]: Embed code references 404 page on Github 2026-06-05 14:47:07 -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#2539