Agents Authorization Failing on Save: "error: Trouble updating the Agent Action Invalid key length" #5998
Unanswered
maxbraeutigam
asked this question in
Troubleshooting
Replies: 1 comment
-
Hi @maxbraeutigam, this can't be reproduced. A 500 Status error could be the client losing connection to the server, the server logs would actually be helpful in this case to help you troubleshoot in any case. 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. |
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
-
What happened?
I cannot save Authorization headers for Agent Actions. The server logs reveal that there is an "Invalid key length". Tried different lengths from 4 to 128 chars and different format. See below.
Version Information
0.7.7-rc1 on Railway
Steps to Reproduce
Steps
Update
to save the headers: „Request failed with status code 500“Input
Tried all possible header information, long and short, different formats, e.g.
test
user:test
Basic <base64>
<base64>
What browsers are you seeing the problem on?
Firefox
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions