
Hi,
I recently updated to 1.7.4 from 1.6.2 (going to 1.7.0 first), and running the required migrations. It seems that all of my projects no longer show their CNAME'd domains in the console, and I can no longer use those domains as API endpoints, but when I try to add them again, it says they are already in use. Is there a simple way for me to force remove the domains so I can re-add them?

I've been able to resolve by running these queries and re-adding:
DELETE FROM _console_abuse WHERE key = 'backend.*.app';
DELETE FROM _console_certificates WHERE domain = 'backend.*.app';
DELETE FROM _console_rules WHERE domain = 'backend.*.app';
DELETE FROM _console_rules WHERE search = 'backend.*.app';
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?
- Custom Domain Verification - Self Host n...
/!\ 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=fun...
