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
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...