openapi-fetch version
0.15.0
Description
I am trying to upload a file to my backend -- it works with Axios but breaks with openapi-fetch. I've attached a picture of the use case below. The variables are all correct and swapping openapi-fetch for Axios fixes the issue.
Error:
Reproduction
- Create expo v54 react native app
- Install openapi-fetch and openapi-typescript
- Try to call client.POST with formData on Android physical devices
- It breaks
Expected result
The upload should succeed.
Extra
openapi-fetch version
0.15.0
Description
I am trying to upload a file to my backend -- it works with Axios but breaks with openapi-fetch. I've attached a picture of the use case below. The variables are all correct and swapping openapi-fetch for Axios fixes the issue.
Error:
Reproduction
Expected result
The upload should succeed.
Extra