[PR #2306] [MERGED] Add more verbose error messages in embed chat #3949

Closed
opened 2026-02-22 18:34:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2306
Author: @shatfield4
Created: 9/17/2024
Status: Merged
Merged: 9/19/2024
Merged by: @timothycarambat

Base: masterHead: embed-fix-quota-message-error


📝 Commits (7)

  • 72dcfb7 publish embed updates
  • b4262f2 server sided error messages
  • 51b310a publish embed chat widget
  • a05866e sync submodule
  • 3ec603c unset change
  • 8939858 update embed to merged changes for error
  • fff223e Merge branch 'master' into embed-fix-quota-message-error

📊 Changes

3 files changed (+5 additions, -4 deletions)

View changed files

📝 embed (+1 -1)
📝 frontend/public/embed/anythingllm-chat-widget.min.js (+2 -2)
📝 server/utils/middleware/embedMiddleware.js (+2 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2279
connect https://github.com/Mintplex-Labs/anythingllm-embed/pull/1

What is in this change?

  • When user reaches max quota limit, we now show a more verbose error message to the user to avoid confusion

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2306 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `embed-fix-quota-message-error` --- ### 📝 Commits (7) - [`72dcfb7`](https://github.com/Mintplex-Labs/anything-llm/commit/72dcfb74a89057ed05b7dd74d5ddd769ac3ed2b5) publish embed updates - [`b4262f2`](https://github.com/Mintplex-Labs/anything-llm/commit/b4262f2afff9e1e4acf642951d38bdde6eacb0b0) server sided error messages - [`51b310a`](https://github.com/Mintplex-Labs/anything-llm/commit/51b310a79a0323553aa2c419d721767015730ec7) publish embed chat widget - [`a05866e`](https://github.com/Mintplex-Labs/anything-llm/commit/a05866e6d5d9fe09853481b03bce5b039734b946) sync submodule - [`3ec603c`](https://github.com/Mintplex-Labs/anything-llm/commit/3ec603c6e80e1ae3f44c72a32c9c6264a4b52960) unset change - [`8939858`](https://github.com/Mintplex-Labs/anything-llm/commit/8939858c227a6ae584fbcbf11f133d74ae01c1c7) update embed to merged changes for error - [`fff223e`](https://github.com/Mintplex-Labs/anything-llm/commit/fff223e662e9d1524794d3b078b6f6fd89775394) Merge branch 'master' into embed-fix-quota-message-error ### 📊 Changes **3 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `embed` (+1 -1) 📝 `frontend/public/embed/anythingllm-chat-widget.min.js` (+2 -2) 📝 `server/utils/middleware/embedMiddleware.js` (+2 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2279 connect https://github.com/Mintplex-Labs/anythingllm-embed/pull/1 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - When user reaches max quota limit, we now show a more verbose error message to the user to avoid confusion ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:49 -05:00
yindo closed this issue 2026-02-22 18:34:50 -05:00
yindo changed title from [PR #2306] Add more verbose error messages in embed chat to [PR #2306] [MERGED] Add more verbose error messages in embed chat 2026-06-05 15:16:02 -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#3949