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
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...