I try the experimental migration function to get the project from one appwrite instance to another. After entering the Endpoint, ProjectID and API-Key i get an error message: "Please check if your credentials are filled in correctly in the previous step". When i open the developer console in Chrome it show another error with an migration uri. When i open this uri in another tab i get this error message: {"message":"<my Email Address> (role: users) missing scope (migrations.write)","code":401,"type":"general_unauthorized_scope","version":"1.4.13"}
How can i fix this or is it still too experimental?
both instances are Appwrite Version 1.4.13
Hey,
Are you using a server sdk? With an API Key?
If so, make sure to set the correct permissions on that key.
No, i'm in the appwrite web console.
Ah, I misread!
Yeah, the API Key, make sure it has enough permissions
that's usually the cause
the API key has all permissions granted
Recommended threads
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...