Actions result in 500 error when trying to post #7529
Replies: 2 comments 1 reply
-
The error output you provided is from the UI and not enough to help you. Please paste relevant logs that were created when reproducing the error. Log locations:
There are two types of logs that can help diagnose the issue:
Error logs contain exact stack traces and are especially helpful, but both can provide valuable information. Please only include the relevant portions of logs that correspond to when you reproduced the error. Also, for what it's worth, I would recommend restructuring the OpenAPI to use OAuth directly: |
Beta Was this translation helpful? Give feedback.
-
here is debug log: here is the error log: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
when trying to post within agent actions, the attached openapi spec always returns a generic 500 error message. this is with latest librechat and using openai gpt-4o-mini model.
testaction.txt
When trying the same openapi spec within chatGPT, it works fine. Notably openai always asks if it should reach out to the destination URL.

Version Information
latest
Steps to Reproduce
see above
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions