when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domain appwrite.mydomain.com has incorrect CNAME value 'appwrite.mydomain.com'." Seems like a console UI bug?
Also the domains are not getting SSL certificates
certificate logs [06:39:08] Processing SSL certificate issuance. [06:39:08] SSL certificate issuance failed: DNS verification failed with resolver 8.8.8.8. Domain app.growpython.com has incorrect A value 'MY.IP.ADDRESS'. Verify your DNS records are correctly configured and try again. If they're correct and it still fails, please retry after sometime. DNS records can take up to 48 hours to propagate.
I am getting in my browser console when i try to open the site I did add the domain in the Platforms in overview.
Fetch finished loading: GET "https://ipapi.co/json/".
auth:1 Access to fetch at 'https://appwrite.mydomain.com/v1/account' from origin 'http://app.mydomain.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Understand this error 1 POST https://appwrite.mydomain.com/v1/account net::ERR_FAILED 403 (Forbidden)
1 Fetch failed loading: POST "https://appwrite.mydomain.com/v1/account".
i think your possibly missing some envs configuration for the APP_DOMAIN :
could you check if you have values for the differents envs (all envs : https://appwrite.io/docs/advanced/self-hosting/configuration/environment-variables#general)
(you can check envs staring with _APP_DOMAIN)
for the TLS, if the app.growpython.com does not point to the server IP it wont work (via CNAME or A/AAAA)
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- 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...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...