DEV Community

ochieng seth
ochieng seth

Posted on

7 3

Error: Multipart: Boundary not found

I got this when uploading files to my nodejs API from my react and react-native apps and the problem was with my axios version. i was running the latest at the time which is 0.25.0 so i had to downgrade to 0.21.4.
first uninstall axios

npm uninstall axios
Enter fullscreen mode Exit fullscreen mode

then install version 0.21.4 or any other version that you have used before that works without getting this error. in my case it was version 0.21.4

npm install axios@0.21.4
Enter fullscreen mode Exit fullscreen mode

Hope it works for you

Top comments (4)

Collapse
 
korneldoe profile image
Kornel

Helped a lot! Thank you

Collapse
 
coucoseth profile image
ochieng seth

NICE nice😅

Collapse
 
unnaidan profile image
unnaidan

thank you, you made my day

Collapse
 
coucoseth profile image
ochieng seth

am gald i did😁

Sentry mobile image

Improving mobile performance, from slow screens to app start time

Based on our experience working with thousands of mobile developer teams, we developed a mobile monitoring maturity curve.

Read more