
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
- Triggering an email for each entry in a ...
I want to send an email for each entry done in a table, is there any way I can do that?
- Web application contact form and email d...
I have included a contact form in my web application, there I am taking user email, subject and query as user input. To validate the user email, I have included...
- Appwrite Website loading longer Thun usu...
Since last month some collections in my database are taking mutch longer to load than usual. It takes up to 20 seconds and sometimes it fails completely.
