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
fix: return 400 for malformed JSON request bodies (#15706)
Fixes#15635
Wraps `JSON.parse` in `addDataAndFileToRequest` with error handling to
return 400 Bad Request for malformed JSON bodies instead of an unhandled
500 Internal Server Error.
---------
Co-authored-by: Alessio Gravili <github@gravili.net>
0 commit comments