Rank 1: Thread
I'm watching a react native / expo tutorila that uses Appwrite as it's backend for its database. So, in this tutorial, there is implementing the seed functionality for the database and storage. So, finally executing the seed function, the Appwrite throws an error as below
AppwriteException: Network request failed
The error doesn't fix even if I use the npx start -c or npx expo start -c
So, I would like to know how could I be able to fix this. Please help me someone tkeep continue the tutorial from the current state.
Thank you!