[GH-ISSUE #4949] [BUG]: System Preferences API Returns 500 Error #3102

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

Originally created by @jonalange on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4949

Originally assigned to: @angelplusultra on GitHub.

How are you running AnythingLLM?

Docker (remote machine)

What happened?

When opening the settings of a workspace and navigating to Agent Configuration it loads forever. Network tab shows Error 500 for api/admin/system-preferences
Same happens when going to Settings -> Beta Features.

Console log:

requests.js:1  GET https://mydomain.de/api/admin/system-preferences 500 (Internal Server Error)
_$initInterceptor.s.fetch @ requests.js:1
systemPreferences @ admin-aae0e5e9.js:1
f @ index-8fc36cf5.js:1
await in f
(anonymous) @ index-8fc36cf5.js:1
Yl @ index.js:40
ar @ index.js:40
X8 @ index.js:40
ra @ index.js:40
l0 @ index.js:40
Xi @ index.js:38
(anonymous) @ index.js:40Understand this error
admin-aae0e5e9.js:1 SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON
(anonymous) @ admin-aae0e5e9.js:1
Promise.catch
systemPreferences @ admin-aae0e5e9.js:1
f @ index-8fc36cf5.js:1
await in f
(anonymous) @ index-8fc36cf5.js:1
Yl @ index.js:40
ar @ index.js:40
X8 @ index.js:40
ra @ index.js:40
l0 @ index.js:40
Xi @ index.js:38
(anonymous) @ index.js:40Understand this error
index-8fc36cf5.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'settings')
    at f (index-8fc36cf5.js:1:63187)

Just installed AnythingLLM today latest version v1.10.0

Are there known steps to reproduce?

No response

Originally created by @jonalange on GitHub (Jan 30, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4949 Originally assigned to: @angelplusultra on GitHub. ### How are you running AnythingLLM? Docker (remote machine) ### What happened? When opening the settings of a workspace and navigating to Agent Configuration it loads forever. Network tab shows Error 500 for `api/admin/system-preferences` Same happens when going to Settings -> Beta Features. Console log: ``` requests.js:1 GET https://mydomain.de/api/admin/system-preferences 500 (Internal Server Error) _$initInterceptor.s.fetch @ requests.js:1 systemPreferences @ admin-aae0e5e9.js:1 f @ index-8fc36cf5.js:1 await in f (anonymous) @ index-8fc36cf5.js:1 Yl @ index.js:40 ar @ index.js:40 X8 @ index.js:40 ra @ index.js:40 l0 @ index.js:40 Xi @ index.js:38 (anonymous) @ index.js:40Understand this error admin-aae0e5e9.js:1 SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON (anonymous) @ admin-aae0e5e9.js:1 Promise.catch systemPreferences @ admin-aae0e5e9.js:1 f @ index-8fc36cf5.js:1 await in f (anonymous) @ index-8fc36cf5.js:1 Yl @ index.js:40 ar @ index.js:40 X8 @ index.js:40 ra @ index.js:40 l0 @ index.js:40 Xi @ index.js:38 (anonymous) @ index.js:40Understand this error index-8fc36cf5.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'settings') at f (index-8fc36cf5.js:1:63187) ``` Just installed AnythingLLM today latest version v1.10.0 ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:32:37 -05:00
yindo closed this issue 2026-02-22 18:32:37 -05:00
Author
Owner

@Thieme-GmbH commented on GitHub (Jan 31, 2026):

Can confirm, the same bug is happening for me too.

@Thieme-GmbH commented on GitHub (Jan 31, 2026): Can confirm, the same bug is happening for me too.
yindo changed title from [BUG]: System Preferences API Returns 500 Error to [GH-ISSUE #4949] [BUG]: System Preferences API Returns 500 Error 2026-06-05 14:50:19 -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#3102