Adding Actions to an agent returns error code 500 #6339
Answered
by
danny-avila
nobu-h-o
asked this question in
Troubleshooting
-
What happened?Trying to add an action to an agent on the deployed site returns error code 500. When cloning and running the project locally, it worked without any errors. Version InformationError occurred on deployed site only. Steps to Reproduce
What browsers are you seeing the problem on?Chrome Relevant log outputScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Mar 14, 2025
Replies: 1 comment 5 replies
-
Try updating to the latest version, there are no issues on my side: 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.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I see, it just needs to be updated. Since it is updated manually it may be a day or 2.