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
At the moment, the following is served when a file that is too large is attempted to be uploaded (even if the client specifies to receive JSON):
<html><head><title>413 Request Entity Too Large</title></head><bodybgcolor="white"><center><h1>413 Request Entity Too Large</h1></center><hr><center>nginx</center></body></html>
As with #134, the issue with this is that the user cannot actually rely on receiving valid JSON which makes the API less predictable and consistent.
The text was updated successfully, but these errors were encountered:
At the moment, the following is served when a file that is too large is attempted to be uploaded (even if the client specifies to receive JSON):
As with #134, the issue with this is that the user cannot actually rely on receiving valid JSON which makes the API less predictable and consistent.
The text was updated successfully, but these errors were encountered: