Hey 👋 I’m running into a migration issue after upgrading Appwrite from v1.6.0 to v1.6.1.
Whenever I try to start an Appwrite → Appwrite migration, either through the Console or using CLI v6.2.2, I get this error:
AppwriteException [Error]: Invalid document structure: Unknown attribute: "destination"
at Client.call (/opt/homebrew/Cellar/appwrite/6.2.2/libexec/lib/node_modules/appwrite-cli/lib/client.js:211:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async migrationsCreateAppwriteMigration (/opt/homebrew/Cellar/appwrite/6.2.2/libexec/lib/node_modules/appwrite-cli/lib/commands/migrations.js:115:16) {
code: 400,
response: 'document_invalid_structure'
}
Migrations were working just fine in v1.6.0, and I haven’t made any schema changes that introduce a destination field — it doesn’t exist in any of my collections.
Anyone else experiencing this?
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...