I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my backend and for my frontend I've got react native expo and I've been using the command npx expo run:android to test using my android emulator on android studio. Now I've finished making the app and it all works, I went to build an apk using eas's cloud service. It finished building on the cloud then i used the link it provided to download the apk on my real android device (I want to be able to use my app wherever I go, while my development server is running on my pc at home). I download the apk then go to my pc to start the development server but when it starts, it says "Metro waiting on http://localhost:8081" rather than "Metro waiting on exp://...." After some research, I tried connecting from my android phone to exp://... despite the fact that it says "waiting on localhost:8081" on my server. It works and the app loads to the login page but after i put in my details and click login, it just stays on the loading screen forever and eventually returns "Invalid cridentials" (I'm 100% sure the credentials are not invalid). and my debugger isnt showing any errors at all. Could anyone possibly know what the problem is. I don't know if this is an appwrite issue or an expo issue.
Recommended threads
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- How to change "collection Id" to "collec...