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
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?