/!\ 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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...