Relative Content

Tag Archive for androidreact-nativeexpofetch-apimultipartform-data

Image Upload Fails using multipart on Android with “TypeError: Network request failed” Error Using Fetch in Expo App, Works Fine on iOS

This is my first time developing an app using Expo and React Native. I have encountered an issue where uploading an image to a server using fetch and FormData fails on Android but works fine on iOS. The error message I receive on Android is: ERROR [TypeError: Network request failed].
All the other api endpoints are wokring fine but the only issue is with the image upload api.