[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
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...