#[Solved] Network Request Failed

9 messages · Page 1 of 1 (latest)

rancid osprey
#

Trying to save a file to the bucket but getting network request failed.
Using react-native-image-picker.

#

Any help?

distant fog
#

Dont know if this can help else I am not seeing what is causing this

rustic bobcat
rancid osprey
#

Yeah, I am passing the file correctly.
I am only getting the Network Request Failed error when creating a file.
Fetching files from the Storage doesn't give any error.

rancid osprey
rancid osprey
#

still stuck.
can anyone help?

rancid osprey
#

Solved it. Apparently, react-native-image-picker library wasn't returning the correct type of the file which was messing up with the createFile() method.