Open andres-granda-sungage opened 1 year ago
@andres-granda-sungage Have you find a workaround for this ?
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?