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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...