Skip to content
Back

Domains missing after updating to 1.7.4 from 1.6.2 incrementally

  • 0
  • Self Hosted
Orion
10 Jul, 2025, 09:25

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?

TL;DR
Developers upgraded from version 1.6.2 to 1.7.4 but found that CNAME'd domains are missing from the console. They can't add them back as they're in use. Running SQL queries to delete entries related to the missing domains and then re-adding them resolves the issue.
Orion
10 Jul, 2025, 09:56

I've been able to resolve by running these queries and re-adding:

TypeScript
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';
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more