
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
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
