You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm using this library (v 5.7.0) to upload videos. On iOS it's working great, but on Android, it's not working for devices with API 29. I'm pretty sure that it will work if I upgrade to the latest version (6.2.0) but when I tried this I got a Network Error when I did some other axios request (not related to this library). This is super weird I don't know if there is some kind of conflict with axios.
When I ran adb logcat I noticed isAxiosError: true. In my view, the breaking changes on react-native-background-upload (v6) are breaking axios.
Any thoughts?
The text was updated successfully, but these errors were encountered:
@jpmazza I fixed a similar error happening with a fetch, is a RN issue with the OkHttp android library with version above 4 which v6.2.0 of react-native-background-upload uses , here is the fix, hope it helps.
Env:
"react-native": "^0.61.1"
Hey! I'm using this library (v 5.7.0) to upload videos. On iOS it's working great, but on Android, it's not working for devices with API 29. I'm pretty sure that it will work if I upgrade to the latest version (6.2.0) but when I tried this I got a Network Error when I did some other axios request (not related to this library). This is super weird I don't know if there is some kind of conflict with axios.
When I ran
adb logcat
I noticedisAxiosError: true
. In my view, the breaking changes on react-native-background-upload (v6) are breaking axios.Any thoughts?
The text was updated successfully, but these errors were encountered: