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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...