[GH-ISSUE #1507] [BUG]: Having issues with "LLM Preferences" #965

Closed
opened 2026-02-22 18:22:27 -05:00 by yindo · 1 comment
Owner

Originally created by @kamimi-py on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1507

How are you running AnythingLLM?

Local development

What happened?

So my main goal was to deploy AnythingLLM on my laptop without using Docker, I followed every steps, I booted up the server and the collector using the 2 commands and I can access http://localhost:3001 without any problems. The thing is when I go to the settings and then I click on LLM Preferences, there's only a white page with nothing on it. And when I look at the console it there's an error saying :

index-551b4748.js:40  Uncaught TypeError: Cannot read properties of undefined (reading 'logo')
    at ke (index-3f139e57.js:1:8459)
    at Ps (index-551b4748.js:38:19514)
    at Ei (index-551b4748.js:40:3139)
    at Pm (index-551b4748.js:40:44689)
    at Nm (index-551b4748.js:40:39696)
    at D1 (index-551b4748.js:40:39624)
    at Al (index-551b4748.js:40:39479)
    at Ri (index-551b4748.js:40:35862)
    at Em (index-551b4748.js:40:34813)
    at E (index-551b4748.js:25:1584)

Does someone know what happened and if you have a solution to fix this ?
It only happens on http://localhost:3001/settings/llm-preference and other pages seem to work fine.

Are there known steps to reproduce?

No response

Originally created by @kamimi-py on GitHub (May 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1507 ### How are you running AnythingLLM? Local development ### What happened? So my main goal was to deploy AnythingLLM on my laptop without using Docker, I followed every steps, I booted up the server and the collector using the 2 commands and I can access `http://localhost:3001` without any problems. The thing is when I go to the settings and then I click on **LLM Preferences**, there's only a white page with nothing on it. And when I look at the console it there's an error saying : ```js index-551b4748.js:40 Uncaught TypeError: Cannot read properties of undefined (reading 'logo') at ke (index-3f139e57.js:1:8459) at Ps (index-551b4748.js:38:19514) at Ei (index-551b4748.js:40:3139) at Pm (index-551b4748.js:40:44689) at Nm (index-551b4748.js:40:39696) at D1 (index-551b4748.js:40:39624) at Al (index-551b4748.js:40:39479) at Ri (index-551b4748.js:40:35862) at Em (index-551b4748.js:40:34813) at E (index-551b4748.js:25:1584) ``` Does someone know what happened and if you have a solution to fix this ? It only happens on `http://localhost:3001/settings/llm-preference` and other pages seem to work fine. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:22:27 -05:00
yindo closed this issue 2026-02-22 18:22:27 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 23, 2024):

Either set an LLM_PROVIDER in /server.env.development or make sure that all LLM_PROVIDER, EMBEDDING_ENGINE and VECTOR_DATABASE are not set so you can onboard and set those vars

@timothycarambat commented on GitHub (May 23, 2024): Either set an `LLM_PROVIDER` in `/server.env.development` or make sure that all `LLM_PROVIDER`, `EMBEDDING_ENGINE` and `VECTOR_DATABASE` are not set so you can onboard and set those vars
yindo changed title from [BUG]: Having issues with "LLM Preferences" to [GH-ISSUE #1507] [BUG]: Having issues with "LLM Preferences" 2026-06-05 14:38:13 -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#965