I created a migration task from cloud to self-hosted, and the process failed with the following errors:
"errors": [ "Error occurred while pushing 'databases:65f37fdaeba74f71a14c' to destination with message: 'The current user is not authorized to perform the requested action.'", "Error occurred while pushing 'databases:6623a2c44708ce393aed' to destination with message: 'The current user is not authorized to perform the requested action.'", "Error occurred while pushing 'databases:65f37fdb077efa0cded8' to destination with message: 'The current user is not authorized to perform the requested action.'", "Error occurred while pushing 'databases:6623a2c45d5518b27314' to destination with message: 'The current user is not authorized to perform the requested action.'" ]
Now, the strange thing is that all the tables were imported and I only had a single database in the project. Also, I cannot figure out what IDs are these.
Any idea what might have triggered these errors?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...