So I am having this issue that any time I create a function it will generate a custom domain for the function but the domain is using a self signed certificate instead of let's encrypt cert.
Someone has once faced this issue but it was later forgotten without a fix or a solution to this problem, pls I am experiencing it now and it is quite painful to use.
Thanks in advance.
Function custom domain does not contain a certificate
Ya...well probably add some documentation on how to set this up later....I think you might be able to configure traefik to do something for this
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...