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
@olafveerman I don't remember exactly how it was done, but changing the maximum allowed payload is easy. The problem I had was parsing huge files, but just because it would take too long.
When uploading a 35mb changeset using:
the server returns:
{"statusCode":400,"error":"Bad Request","message":"Payload content length greater than maximum allowed: 1048576"}
cc @dereklieu @kamicut @anandthakker @danielfdsilva
The text was updated successfully, but these errors were encountered: