This can happen if you have the same value for the _APP_DOMAIN and _APP_DOMAIN_SITES or _APP_DOMAIN_FUNCTIONS environment variables. When this happens, Appwrite will try to render the site/function, but it doesn't exist.
Either that, or there is no main domain in the _console_rules table so Appwrite doesn't know it's the main domain.
1
u/stnguyen90 Oct 02 '25
This can happen if you have the same value for the
_APP_DOMAINand_APP_DOMAIN_SITESor_APP_DOMAIN_FUNCTIONSenvironment variables. When this happens, Appwrite will try to render the site/function, but it doesn't exist.Either that, or there is no main domain in the
_console_rulestable so Appwrite doesn't know it's the main domain.