-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
CriticalbugSomething isn't workingSomething isn't workingdiscussionhelp wantedExtra attention is neededExtra attention is needed
Description
Summary
The Knowledge Base settings page fails to load embeddings configuration due to a 401 Unauthorized error, even when the user is authenticated and has access to the org-admin settings page.
Environment
- URL:
https://test.lamb-project.org/org-admin?view=settings - Tab: Configuration → Knowledge Base
Steps to Reproduce
- Log in to the application with admin credentials
- Navigate to org-admin settings (
/org-admin?view=settings) - Click on the "Knowledge Base" tab
- Observe the browser console
Expected Behavior
The KB embeddings configuration should load successfully, allowing the admin to view and modify Knowledge Base server settings.
Actual Behavior
A 401 Unauthorized error is returned when the frontend attempts to fetch the embeddings config.
Console Error:
GET https://test.lamb-project.org/creator/admin/org-admin/settings/kb/embeddings-config
401 (Unauthorized)
Error fetching KB embeddings config:
{message: 'Request failed with status code 401', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …}
Severity
Medium – Blocks configuration of Knowledge Base/RAG functionality for administrators

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CriticalbugSomething isn't workingSomething isn't workingdiscussionhelp wantedExtra attention is neededExtra attention is needed