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
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...