/!\ 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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...