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
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- redirect uri not working for OAuth with ...
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run h...
- Cannot use Apple Oauth2 in React Native/...
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someon...