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
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...