Morten Porsing

Results 2 comments of Morten Porsing

i'm experiencing the same issue. i have pretty much the same setup as @truongduchuy910. The apolloClient is using the following links: ```ts import { createUploadLink } from 'apollo-upload-client'; const createClient...

> @Mporsi show your `willSendRequest` function to make sure request.http.headers is instance of [Header](https://developer.mozilla.org/en-US/docs/Web/API/Headers). Because if you using request.http.headers wrong way, it seems to make the multipart data missing too....