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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...