'Appwrite Exception: Network request failed' error when creating new user
- 1
- Android
- React Native
- Auth
I am getting a 'Appwrite Exception: Network request failed' error while trying to create a new user. I'm following JSM's React Native course (https://www.youtube.com/watch?v=ZBCUegTZF7M&list=LL&index=6&t=5362s) around the 1:58:00 mark. I'm using a Pixel 4a emulator.
I'm not sure how to get a more detailed error log and I'm at a loss on how to fix this issue after looking at other issues in this channel, and comparing the code I've written to the code in the YT video and the linked github.
Any help would be greatly appreciated. I am posting my appwrite.js file below, as I believe this is where the error lies, but I can post a repo with all my current code if needed
Recommended threads
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...
- How to get current user account session ...
i am using sveltekit and i'm a bit unclear on how to get the current user's session from the server side. thisi s what i have so far // src/lib/server/appwrite...
- Current User Is Not Authorized To Perfor...
I keep getting an error saying the current user is not authorized to perform the requested action, when I'm trying to create a row a table. Permissions have bee...