You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When something is wrong with the request payload, autograph just returns a generic 400 - Bad Request error that doesn't give any details over what is wrong with the request.
In one case, the problem was that files had invalid characters (~) in them. In another, it's that something wasn't base64 encoded. It's often impossible to guess without needing to ask someone to dig through the logs for an error. A simple description of the problem in the response would go a long way!
The text was updated successfully, but these errors were encountered:
When something is wrong with the request payload, autograph just returns a generic
400 - Bad Request
error that doesn't give any details over what is wrong with the request.In one case, the problem was that files had invalid characters (
~
) in them. In another, it's that something wasn't base64 encoded. It's often impossible to guess without needing to ask someone to dig through the logs for an error. A simple description of the problem in the response would go a long way!The text was updated successfully, but these errors were encountered: