[PR #3146] [CLOSED] fix routing to support base URL #4222

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3146
Author: @mr-mad-e
Created: 2/7/2025
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

42 files changed (+164 additions, -117 deletions)

View changed files

📝 frontend/src/components/CanViewChatHistory/index.jsx (+3 -1)
📝 frontend/src/components/DefaultChat/index.jsx (+10 -9)
📝 frontend/src/components/LLMSelection/LMStudioOptions/index.jsx (+4 -3)
📝 frontend/src/components/LLMSelection/LocalAiOptions/index.jsx (+4 -3)
📝 frontend/src/components/Modals/NewWorkspace.jsx (+3 -1)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+4 -2)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+4 -2)
📝 frontend/src/components/SettingsSidebar/index.jsx (+3 -3)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx (+6 -5)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx (+7 -5)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+3 -3)
📝 frontend/src/components/UserMenu/UserButton/index.jsx (+3 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+3 -5)
📝 frontend/src/components/WorkspaceChat/index.jsx (+4 -3)
📝 frontend/src/locales/resources.js (+2 -2)
📝 frontend/src/locales/tr/common.js (+1 -2)
📝 frontend/src/pages/Admin/ExperimentalFeatures/index.jsx (+6 -4)
📝 frontend/src/pages/Admin/Users/NewUserModal/index.jsx (+3 -1)
📝 frontend/src/pages/Admin/Users/UserRow/EditUserModal/index.jsx (+3 -1)
📝 frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx (+3 -1)

...and 22 more files

📄 Description

Pull Request Type

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

What is in this change?

Fixed routing to correctly support the base URL configuration.

Additional Information

No other features or components were impacted, just routing behavior.

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/3146 **Author:** [@mr-mad-e](https://github.com/mr-mad-e) **Created:** 2/7/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`d8aacd2`](https://github.com/Mintplex-Labs/anything-llm/commit/d8aacd256118999a3a76011c666480fbb1fb23c3) fix routing to support bas url - [`84b9e00`](https://github.com/Mintplex-Labs/anything-llm/commit/84b9e00952d55667c1036b0bcaed5b58e62a9863) yarn lint - [`6c139f2`](https://github.com/Mintplex-Labs/anything-llm/commit/6c139f202b332953c7a5c2d0294153cedcf84069) more routing fix - [`7f668b6`](https://github.com/Mintplex-Labs/anything-llm/commit/7f668b6534bf24f70947a8cf3a6d2ff7d590e8c7) yarn lint ### 📊 Changes **42 files changed** (+164 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/CanViewChatHistory/index.jsx` (+3 -1) 📝 `frontend/src/components/DefaultChat/index.jsx` (+10 -9) 📝 `frontend/src/components/LLMSelection/LMStudioOptions/index.jsx` (+4 -3) 📝 `frontend/src/components/LLMSelection/LocalAiOptions/index.jsx` (+4 -3) 📝 `frontend/src/components/Modals/NewWorkspace.jsx` (+3 -1) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+4 -2) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+4 -2) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+3 -3) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx` (+6 -5) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx` (+7 -5) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+3 -3) 📝 `frontend/src/components/UserMenu/UserButton/index.jsx` (+3 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+3 -5) 📝 `frontend/src/components/WorkspaceChat/index.jsx` (+4 -3) 📝 `frontend/src/locales/resources.js` (+2 -2) 📝 `frontend/src/locales/tr/common.js` (+1 -2) 📝 `frontend/src/pages/Admin/ExperimentalFeatures/index.jsx` (+6 -4) 📝 `frontend/src/pages/Admin/Users/NewUserModal/index.jsx` (+3 -1) 📝 `frontend/src/pages/Admin/Users/UserRow/EditUserModal/index.jsx` (+3 -1) 📝 `frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx` (+3 -1) _...and 22 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? Fixed routing to correctly support the base URL configuration. ### Additional Information No other features or components were impacted, just routing behavior. ### 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:35:23 -05:00
yindo closed this issue 2026-02-22 18:35:24 -05:00
yindo changed title from [PR #3146] fix routing to support base URL to [PR #3146] [CLOSED] fix routing to support base URL 2026-06-05 15:17:28 -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#4222