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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...