VolkoOriginal post
Web Developer
/!\ I replaced my dns name by lili
_APP_DOMAIN=appwrite.lili.fr
_APP_CUSTOM_DOMAIN_DENY_LIST=example.com,test.com,app.example.com
_APP_DOMAIN_FUNCTIONS=functions.appwrite.lili.fr
# _APP_DOMAIN_FUNCTIONS=functions.localhost
_APP_DOMAIN_SITES=sites.appwrite.lili.fr
_APP_DOMAIN_TARGET=appwrite.lili.fr
_APP_DOMAIN_TARGET_CNAME=appwrite.lili.fr
I get
TypeError: Cannot read properties of undefined (reading 'domains')
Appwrite 1.7.4
Does anyone know how to make my domain beeing verified ?
Summary
Developers are experiencing issues with custom domain verification on self-hosted Appwrite. The error message "TypeError: Cannot read properties of undefined (reading 'domains')" is showing up. The solution is to double-check the DNS settings and ensure that the domain is spelled correctly in the configuration file.