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
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...