I want to ask if the subsubdomains in functions do need to be added to dns, as i have 404 on each of the subsubdomains e.g. the automaticly generated subdomain http://65c5452eef6e40ec629c.appwrite.bash.lv/ would return DNS_PROBE_FINISHED_NXDOMAIN for me.
i have only routed https://appwrite.bash.lv A record, should i be adding something else ?
Function subsubdomains, DNS PROBE
For wildcard function domains to work, you need 2 more records:
functions.appwrite.bash.lv
and*.functions.appwrite.bash.lv
. Both should have same configuration as yourappwrite.bash.lv
If you need wildcard certificates to work, thats a bit more tricky as you would need to setup Traefik to do DNS challenge with your provider.
What I would recommend for self-hosted is to manually generate ssl certificate for your custom domains. This only needs to be done once for every domai, and it will keep renewing automatically. The command is docker compose exec appwrite ssl --domain="yourdomainhere.com"
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...