Agent builder creation error on /c/new route #5971
Unanswered
gitcommitshow
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
This was patched here: #5947 Try updating to latest. 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
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?
Failed to create Agent
Version Information
1e625f7
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Unexpected Application Error! o.toLowerCase is not a function TypeError: o.toLowerCase is not a function at e_ (http://localhost:3080/assets/index.BjJwfxrO.js:3128:22899) at A7 (http://localhost:3080/assets/vendor.BDtCgmSV.js:38:19557) at Qee (http://localhost:3080/assets/vendor.BDtCgmSV.js:40:44171) at zee (http://localhost:3080/assets/vendor.BDtCgmSV.js:40:39876) at pSe (http://localhost:3080/assets/vendor.BDtCgmSV.js:40:39799) at v2 (http://localhost:3080/assets/vendor.BDtCgmSV.js:40:39648) at j$ (http://localhost:3080/assets/vendor.BDtCgmSV.js:40:36004) at iB (http://localhost:3080/assets/vendor.BDtCgmSV.js:40:36809) at Kf (http://localhost:3080/assets/vendor.BDtCgmSV.js:38:3288) at http://localhost:3080/assets/vendor.BDtCgmSV.js:40:34324
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions