Hi,
I followed the self-hosted documentation, copied the docker compose and .env and executed the docker compose up -d
command. I have appwrite running on my machine. I already signed up and tested and everything is working.
I changed the runtimes as follows:
_APP_FUNCTIONS_RUNTIMES=bun-1.1
_APP_FUNCTIONS_ENVS=bun-1.1
And, when I deployed a simple function that creates a document in a database collection, I see the following error in the logs:
Unable to connect. Is the computer able to access the url?
Can you please help? Thanks.
TL;DR
Followed self-hosted documentation to set up Appwrite running on machine, all working. Updated runtimes, deployed function, but getting "Unable to connect. Is the computer able to access the URL?" error. Check firewall settings, allow incoming connections on specified ports.