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
@sgehrman - thanks for the report. Not sure how I missed this (my GitHub notifications have been having problems). This sounds like a bug in the sense that the error message is incorrect, even if the behavior (error if the field is too large) is correct.
You are hitting the max field size. It looks like we have a poor error message, but the actual behavior is correct. To eliminate this as a possibility, set maxFieldSize to Infinity.
mike-marcacci
changed the title
BadRequestError: Invalid JSON in the ‘operations’ multipart field
Exceeding maxFieldSize generates unhelpful error message
Oct 2, 2019
I've noticed that some jpgs I upload, I get this error:
BadRequestError: Invalid JSON in the ‘operations’ multipart field (https://github.com/jaydenseric/graphql-multipart-request-spec).
Some jpgs work fine, also noticed gifs give the same error.
The text was updated successfully, but these errors were encountered: