I faced issues when trying to add a custom domain to Appwrite Sites. The DNS is configured correctly (verified via nslookup), but the domain verification button gets stuck in gray/loading state and never completes.
The browser console shows a JavaScript error: Cannot read properties of undefined (reading 'domains’)
See attached errors.
I'm on self hosted Appwrite 1.7.4 (recently installed, it wasn't migrated from older version).
Thanks for your help.
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- 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...