axios-fetch icon indicating copy to clipboard operation
axios-fetch copied to clipboard

Form-data not serializing correctly

Open danielrvt opened this issue 3 years ago • 0 comments

I'm using this package as a fetch implementation for the Apollo Client in Gatsby. I want to upload files to the server, so I'm using the package: apollo-upload-client. But when inspecting the payload that gets sent, it says:

[object FormData], instead of serializing everything.

Any suggestions on how to fix this?

danielrvt avatar Jan 12 '22 21:01 danielrvt