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
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...