Hello, i tried migrating from cloud to cloud on different project. But it gave me the following errors. Would you know what may be the issues?
TypeScript
"errors": [
"Failed to transfer resource ':attribute' with message 'Server Error'",
"Failed to transfer resource 'unique():index' with message 'Index with the requested key already exists. Try again with a different key.'",```
TL;DR
User is facing errors during migration from one cloud to another. They received two error messages:
1. "Failed to transfer resource ':attribute' with message 'Server Error'"
2. "Failed to transfer resource 'unique():index' with message 'Index with the requested key already exists. Try again with a different key.'"
No solution is provided.I deleted and retry, now it is stuck at pending
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...