Android Studio – Axios post request network error on android
So i'm posting a formdata object with axios to a node.js server. On iOS everything works perfectly, the data get posted and the image uploaded. But on android i'm getting this error [AxiosError: Network Error] here's my axios call const…