i have self hosted docker, everything works. it is installed in a cloud server. dns is set for the main app domain & there is a wildcard for any subdomains for resolving function deployments. all access function executes, and i can use curl with the ignore certificate option from my local. env var for functions is set to the same as my main app domain.
i am trying to go the url of the function with the browser, but i get a certificate error.
the certificate is issued by traefik, and when i run docker compose exec appwrite ssl it simply outputs it is schduling a job for the main app domain.
how to get https working on functions deployed?
the automatic function domain doesn't support HTTPS at the moment...we need to add some documentation about how to set that up
ok. great to hear it's available-ish to come. thanks for +ve response
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?