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.
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...