Hi, After migrating to 1.4.1, the custom domains i have setup has disappeared and adding new custom domain isn't working as well. The custom domain shows general_route_not_found.
https://discord.com/channels/564160730845151244/1146540531770478753/1146568591941050378
This might be relevant to you
doesnt seem to fix it
the migration seems to have messed things up as well. hopefully not everything is corrupted. 🤞🏻
Migrating gives the error:
Error migrating domain customdomain.example.com: Invalid document structure: Missing required attribute "projectId" Error migrating domain customdomain.example.com: Duplicated document: Duplicate entry 'faw.niotron.com' for key '_key_domain'
any chance you can restore to previous version and the nupgrade to 1.4.1? though you should maybe wait for 1.4.2.
Also, what version were you on before?
i went from 1.3.8 to 1.4.0 then to 1.4.1
Unfortunately there is no backup for this instance, the console is working, i can see all the data in the database, anyway to backup those data and maybe not the (i guess corrupted) settings?
if you care about data, always backup before upgrades/migrations.
this could be due to duplicate domains added after the upgrade. it might be fine to ignore
are you accessing appwrite via the domain configured in your env vars? That's the only allowed way to access your Appwrite Console
yes i am
the migration also has an issue
Fatal error: Uncaught Utopia\Database\Exception\Query: Invalid query: Invalid cursor: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and underscore. Can't start with a leading underscore in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php:4061
Stack trace: #0 /usr/src/code/src/Appwrite/Migration/Migration.php(197): Utopia\Database\Database->find(Object(Utopia\Database\Document), Array) #1 /usr/src/code/src/Appwrite/Migration/Migration.php(154): Appwrite\Migration\Migration->documentsIterator('cache') #2 {main} thrown in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php on line 4061
Do you think something might have been corrupted? If so i can get the data and redeploy appwrite
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...