Hi all. I was trying to deploy my functions in a custom domain, functions.mydomain.com
, but it failed when Appwrite was generating an SSL certificate. My app write-worker-certificates
is attached. Also, I'm using Nginx Proxy Manager to redirect the request from cloud.mydomain.com to my SERVERIP:5050 when I have installed Appwrite.
TL;DR
Developers facing challenge with SSL certificate generation for functions custom domain `functions.mydomain.com`. Issue likely stems from Nginx Proxy Manager redirecting requests from cloud.mydomain.com to SERVERIP:5050. Possible solution: troubleshoot Nginx Proxy Manager configuration to resolve SSL challenge.