
I'm creating an app using react native and appwrite. Created a form but upon submitting it keeps throwing : network request failed error. I created 3 collection in my database [users/pack/profile] users and pack both have many-to-one relation with each other and profile has some user information attributes(due to attr limit) so in storeSetup.jsx I'm using attribute from both users and profile. profile collection has all permission to users. If you want to look at another files like appwrite.js or GlobalProvider feel free to ask

What part is throwing the error?

Everything?

Are you setting the corresponding endpoint?

I'm not sure which part but as I fill out everything and submit it I got error. I already checked my endpoint
Recommended threads
- Profile Image from storage not showing (...
I am uploading a photo during register, and it is also being uploaded to appwrite storage . But in my profile screen it is showing black screen. I am attaching ...
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
