I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a TLS certificate mismatch.
Quite a bit of time has passed but the domain verification in the Appwrite dashboard still fails.
Is there an additional TXT record or DNS configuration required for domain verification?
why are you trying to point it to appwrite.network? I also see no record of a api.kondri.lt custom domain
Hey @Steven, thanks for reply. I tried appwrite.network value as it was in the settings of appwrite custom domain panel. I've also tried fra.cloud.appwrite.io with no luck.
Recommended threads
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...