[Error] Message: Internal curl error has occurred within the executor! Error Number: 28
- 0
- Self Hosted
I am running a self-hosted Appwrite instance on a lab.
I am running it into an Ubuntu server, using CloudFlare for DNS, I followed the documentation on https://appwrite.io/docs/advanced/self-hosting/installation.
I deployed the Starter Function but I get this error on Appwrite console:
Internal curl error has occurred within the executor! Error Number: 28\nError Code: 500
I looked on openruntimes-executor container and I saw this error:
[Error] Type: Exception
[Error] Message: Internal curl error has occurred within the executor! Error Number: 28
[Error] File: /usr/local/src/Executor/Runner/Docker.php
[Error] Line: 1145
My .env file is a copy of this and the docker-compose.yml file is a copy of (this)[https://appwrite.io/install/compose], the lack of information about this error is giving me a clue that I might be doing something wrong but not sure where, I really will appreaciate any help/clue to fix this error.
I am using appwrite 1.7.4 (has the docker-compose.yml shows)
Recommended threads
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...