Cannot read properties of undefined (reading 'includes') when clicked on "Agents", "Prompts", "Parameters" #6756
Replies: 3 comments 2 replies
-
This was already fixed in #6726, in a commit later than d8337e0 Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
2 replies
-
for me, when i got the error it was because i forgot to add the agents in the endpoints on the .env ENDPOINTS=azureOpenAI,agents |
Beta Was this translation helpful? Give feedback.
0 replies
-
fixed in #6726 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Dear LibreChat team,
after upgrading to the version d8337e0 we get a strange Error "Cannot read properties of undefined (reading 'includes')" eachtime when we load the Web UI.
The Error is caused when we have clicked before on "Agents", "Prompts", "Parameters" and the right side panel is visible. The only workarround to get rid of the error is to reload the page and very quickly click on the hide panel button, before the page finishes loading.
error-log-2025-04-06T19_19_48.240Z.json
error-log-2025-04-06T18_58_49.865Z.json
error-log-2025-04-06T16_25_36.863Z.json
Version Information
git rev-parse HEAD
d8337e0
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions