'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
- React native Google OAuth not working - ...
## Code: *Pretty much just copied from appwrite docs* ```javascript const signInWithOAuth = async (provider) => { setLoading(true); try { // Crea...
- Receive messages in an Android app
> https://appwrite.io/docs/products/messaging/send-push-notifications in this doc there is not provide the how to receive cloud messages from fmc so i have edi...
- Unable to get account or logout after a ...
I get the following error after a successful login when ever I call account.get() or account.deleteSession(sessionId: "current"). User (role: guests) missing sc...
