Only this isn't working
Perhaps it's a private docker address...
Is the script being executed from the same place as your browser
Owh any ideas on how I can fix it?
Try using your LAN IP instead
I use expo and connect thru my phone
Oh...well thats the problem
So do I need to switch to lan?
Yes
How am I going to change the API endpoint
and edit the ip from docker
Do it in your code
But on the site?
No it's fine
lemme try
I’m going to use this right?
The phone ip and the pc ip are the same
Do I need to change this too?
Recommended threads
- Appwrite not sending Emails
I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwri...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?