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
- Does anyone have a docker compose file f...
The compose file example on appwrite docs is 1.8.1 and I would like to try 1.9.0
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...