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
- can’t log in after launching to the inte...
I built a database for a client, and though i’m a novice, the process wasn’t so bad. It worked great with localhost. When i put it on the web, i changed the A...
- i need help: general_unauthorized_scope
any one can help me?
- Not authenticated after clicking a link ...
I did email authentication and everything works fine but: When I paste verification link in new window my email is verified and I am logged in. When I click on...