Rank 1: Thread
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!