
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

I know this is vauge, just let me know what information you need. This has been a bit of a headache to debug, and I'm more than willing to buy a support plan of some sort to get this figured out!

Just as a little update, functions do the same, and throw the same error, but I also get this at the end I notice:
6860e4e40029a83ab491.functions.redacted.io is not a main domain. Skipping SSL certificate generation.
Recommended threads
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
- Corrupted files on AWS S3
Hello! I'm having trouble using S3 storage with appwrite for file uploads. It happens when uploading files from the Javascript SDK or from the console. The fi...
