-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
Hey, I'm trying to get to work with React Native 0.68.1
, wrapping the file with:
const avatar = new ReactNativeFile({
uri: file.path,
name: file.filename,
type: file.mime,
});
And getting this error:
networkError ServerParseError: Unexpected token T in JSON at position 0
.
Tried using apollo-upload-client
on 17.0.0
and 16.0.0
. The mutation doesn't work only when I include a Upload in the variables.
The upload works via Postman.
Metadata
Metadata
Assignees
Labels
No labels