
/!\ I replaced my dns name by lili
TypeScript
_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
TypeScript
TypeError: Cannot read properties of undefined (reading 'domains')
Appwrite 1.7.4
Does anyone know how to make my domain beeing verified ?
TL;DR
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.Recommended threads
- Migration error 'Invalid Runtime: dart-3...
I try to migrate my project from a self hosted Appwrite 1.6.2 to another self hosted server (Appwrite 1.7.4). When it comes to migrate the functions i get the e...
- create project in organization from api-...
I need to create a project via api-rest, would there be a possible way?
- Create a common utils file for all funct...
Hello everyone, I am trying to create a common utils file where I can store js functions that are common to many functions such as get a user, get a team, get ...
