Hi Appwrite team We’re having issues verifying a custom domain. We added the required CNAME and CAA records to our DNS provider and waited for at least 2 days as instructed. It doesn't verified, After that, we also updated the nameservers to Appwrite, making Appwrite the DNS manager, then added our domain cname and Apex domain A inside Appwrite.
However, when adding the apex domain A name record, Appwrite shows a lock on the A name record, which in results in showing a "invalid configuration" in our vercel where we deployed our project.
Could you please help us identify what might be conflicting or if anything needs to be removed from the original DNS provider? Thanks in advance 🙏
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...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)