jaydenseric / graphql-upload

Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
https://npm.im/graphql-upload
MIT License
1.42k stars 131 forks source link

Invalid object path for the 'map' multipart field entry key '0' array index '0' #375

Closed Eriickson closed 10 months ago

Eriickson commented 1 year ago
Screenshot 2023-07-13 at 4 21 54 AM Screenshot 2023-07-13 at 4 22 38 AM Screenshot 2023-07-13 at 4 22 56 AM
jaydenseric commented 10 months ago

This issue is not an actionable bug report for graphql-upload.

To debug this problem in your project, I suggest using the browser network inspector to check the GraphQL request body, and see how that the parts mentioned in the error message is not correct for a GraphQL multipart request:

https://github.com/jaydenseric/graphql-multipart-request-spec#multipart-form-field-structure