I have a self hosted appwrite instance on my server. DNS configuration on my domain registrar : A appwrite.domain.com <my_server_ip> A *.functions.appwrite.domain.com <my_server_ip>
When I deploy a function, I receive an automatically generated domain for it. However, the certificate status for this domain shows as "Failed." Additionally, when I attempt to send a request to the generated function domain using Postman, I encounter an error message stating "unable to verify the first certificate." The certificate issuer is identified as TRAEFIK DEFAULT CERT. Could you please assist me in resolving this issue?
Recommended threads
- My deployment status is active and it sh...
{ "motto": "Build like a team of hundreds_", "learn": "https://appwrite.io/docs", "connect": "https://appwrite.io/discord", "getInspired": "https://builtwith.ap...
- Payload Does Not Include Attributes Link...
Hello, I'm using Appwrite's real-time subscriptions to listen for updates in the matches collection. However, when a match document is updated, the payload doe...
- How to whitelist specific emails for reg...
using appwrite `1.6.0`, want to configure `_APP_CONSOLE_WHITELIST_EMAILS`. Do i add a comma separated list values? dont want to disable `_APP_CONSOLE_WHITELIST_...