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
When we use Apollo client with any front end application we don't have this issue.
If we do the same request using Postman for example everything works perfect too.
So this is something that is happening only with Apollo sandbox we are missing some configuration in Apollo sandbox to send the right mimetype or this could be a bug?
The text was updated successfully, but these errors were encountered:
Hi @impsdc, sorry no, I can not test file uploads using Apollo sandbox. I still use Postman for that case or any of my front end apps configured with Apollo Client
What type of feedback is this?
Context
I'm testing the File Upload feature in Apollo sandbox
Everything looks good except that Apollo sandbox is sending the wrong mimetype
application/octet-stream
.We are following the GraphQL multipart request spec
In our server we get the file but with the wrong mimetype
When we use Apollo client with any front end application we don't have this issue.
If we do the same request using Postman for example everything works perfect too.
So this is something that is happening only with
Apollo sandbox
we are missing some configuration in Apollo sandbox to send the right mimetype or this could be a bug?The text was updated successfully, but these errors were encountered: