Web Developer
Hi!
I'm trying to configure Appsite sites, and I'm using Cloudflare for SSL. After I generate the SSL certificate (It generates fine it seems), I go and load the page and it eventaully runs into a 500 error with this error in the logs
appwrite | Internal curl error has occurred within the executor! Error Number: 7
openruntimes-executor | [Error] Type: Exception
openruntimes-executor | [Error] Message: Internal curl error has occurred within the executor! Error Number: 7
openruntimes-executor | [Error] File: /usr/local/src/Executor/Runner/Docker.php
openruntimes-executor | [Error] Line: 1145
appwrite-worker-stats-usage | [Job] Received Job (6860e9692c2c55.49041685).
I'm also seeing this in my logs every once in a while
appwrite | Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.
appwrite | [Error] Timestamp: 2025-06-29T07:22:29+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.
appwrite | [Error] File: /usr/src/code/src/Executor/Executor.php
appwrite | [Error] Line: 415
openruntimes-executor | [Error] Type: Exception
openruntimes-executor | [Error] Message: Internal curl error has occurred within the executor! Error Number: 7
openruntimes-executor | [Error] File: /usr/local/src/Executor/Runner/Docker.php
openruntimes-executor | [Error] Line: 1145