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
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...