When i try to renew my SSL certificate i get the following error:
TypeScript
appwrite-worker-certificates | Cannot renew domain (appwrite.sundheds-tjek.dk) on attempt no. 13 certificate: You must set a valid security email address (_APP_EMAIL_CERTIFICATES) to issue an SSL certificate.
appwrite-worker-certificates | [Job] (67ab48f5cab852.14195886) failed to run.
appwrite-worker-certificates | [Job] (67ab48f5cab852.14195886) Appwrite\Event\Mail::setRecipient(): Argument #1 ($recipient) must be of type string, null given, called in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 461
appwrite-worker-certificates | [Error] Type: TypeError
appwrite-worker-certificates | [Error] Message: Appwrite\Event\Mail::setRecipient(): Argument #1 ($recipient) must be of type string, null given, called in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 461
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Event/Mail.php
appwrite-worker-certificates | [Error] Line: 57
My _APP_SYSTEM_SECURITY_EMAIL_ADDRESS and _APP_SYSTEM_EMAIL_ADDRESS are set to valid emails, which i have always used.
TL;DR
SSL renewal is failing due to a missing security email address. Make sure to set a valid security email address.Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...