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
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...
- Database column name change makes table ...
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, af...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...