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
- Cannot delete rows, deleted relationship...
I had defined a two-way relationship between 2 tables, then I deleted the relationship column I tried re-creating the column but I started to get errors about t...
- Maximum Row Size
I'm busy creating a little side project which uses Appwrite as the Backend. I scraped a site and uploaded the data to the database, but I've reached 5000 rows (...
- Helpp
Hi everyone, i need help. So i am working on this project and database relationship thingy is not working anymore, normally when you link two table you should b...