[GH-ISSUE #4606] [BUG]: VecDB page doesn't catch erroneous env selections #2930

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

Originally created by @jonathanortega2023 on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4606

How are you running AnythingLLM?

Docker (local)

What happened?

When an invalid VecDB selection is written in env, the page fails to render and has an ambiguous error:

Uncaught TypeError: Cannot read properties of undefined (reading 'logo')
    at GeneralVectorDatabase (index.jsx:296:48)

Might be ideal behavior to fallback on LanceDB in the selector.

Are there known steps to reproduce?

In server/.env, set VECTOR_DB to anything erroneous.

Originally created by @jonathanortega2023 on GitHub (Nov 3, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4606 ### How are you running AnythingLLM? Docker (local) ### What happened? When an invalid VecDB selection is written in env, the page fails to render and has an ambiguous error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'logo') at GeneralVectorDatabase (index.jsx:296:48) ``` Might be ideal behavior to fallback on LanceDB in the selector. ### Are there known steps to reproduce? In server/.env, set VECTOR_DB to anything erroneous.
yindo added the possible bug label 2026-02-22 18:31:53 -05:00
yindo closed this issue 2026-02-22 18:31:53 -05:00
yindo changed title from [BUG]: VecDB page doesn't catch erroneous env selections to [GH-ISSUE #4606] [BUG]: VecDB page doesn't catch erroneous env selections 2026-06-05 14:49:20 -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#2930