When upgrading from 1.3.8 to 1.4 I noticed CORs issues on a few of my sites. When looking in the settings under custom domains I no longer have any there. I've tried to add them back but am getting failed verification now.
Hopefully you have a backup from before the upgrade 😬
You ran the migrate command after upgrading? Were there errors?
Yea I ran and no errors displayed while running the migration
all other data is there
Can you check the browser network logs? I can't remember the endpoint...I think it's rules
Yea that's right
The response only contains the new domain I just added
Can you connect directly to the mariadb database and check the _console_rules table?
I can but I'll have to do that in a few hours
Custom Domains Missing after Upgrading to 1.4.0
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...