
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
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
