#[Solved] Network Request Failed
9 messages · Page 1 of 1 (latest)
Dont know if this can help else I am not seeing what is causing this
maybe there's a problem with the file you're passing into createFile(). See https://appwrite.io/docs/products/storage/upload-download#create-file
Is there anything else in the console logs? Or the browser network logs?
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.
No. It's not the same thing.
The whole thing works except for createFIle().
still stuck.
can anyone help?
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.