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
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...