'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
- 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...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...