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
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...