
I understand this issue is not a Appwrite issue, but I am hoping someone can maybe point me in the right direction either way.
Does anyone use Functions with Nginx Proxy Manager that is able to shed some light on how they manage it.
I have a function that just returns hello world. The Appwrite instance is on aw.example.com
and is managed fine by NPM, SSL is working fine. The function domain is func.aw.example.com
, which isn't picked up automatically and if I add it manually to NPM, doesn't handle SSL correctly.
Am I missing a environment variable for SSL? Is there a way to *.aw.example.com
in NPM?

Ok, clearly my browser just wasn't liking me so I have the *.aw.example.com
working fine but now the SSL is still invalid.
Recommended threads
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
