ECONNREFUSED 127.0.0.1:80 but all references to localhost removed
- 1
- Self Hosted
- Functions
- Databases

Im running appwrite on an AWS EC2 via docker-compose Ive update any domain to the ip address of the machine (.env, function code, etc) After those changes ran docker-compose down and up, checked docker variables and indeed it looks ok I believe
- _APP_DOMAIN=99.XX.XXX.XXX
- _APP_DOMAIN_FUNCTIONS=
- _APP_DOMAIN_TARGET=99.XX.XXX.XXX
The function starts / runs fine but then as soon as I try to do anything with the DB it craps out I also believe that in the compose file everything is on the appwrite network
Any clues are welcome!

*i am looking through / found the other tickets here but they all seem slightly different

At this point im guessing I need an actual domain name and not just an IP, so Ill see if I can set that up

nope ... set everything to a human readable subdomain but same error
Recommended threads
- Offline replication with RXDB
Hey there! Trying out apprwrite with rxdb for an offline focussed application. I cannot seem to find on how to set the permissions on a per document level?
- How to Fetch Item and Include the User/A...
A typical workflow with ORMs is to, for example, fetch an item from the DB and include the user who created it. How would I do that with AppWrite? Is that easil...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
