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
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...