Hey I have the Problem that the Migration Failed because of the followed Problem..
TypeScript
{
"$id": "669aae5410ba34af0798",
"$createdAt": "2024-07-19T18:20:04.068+00:00",
"$updatedAt": "2024-07-19T18:23:20.238+00:00",
"status": "failed",
"stage": "finished",
"source": "Appwrite",
"resources": [
"database",
"collection",
"attribute",
"index",
"document",
"bucket",
"file"
],
"statusCounters": {
"database": {
"pending": 0,
"success": 0,
"error": 0,
"skip": 22,
"processing": 0,
"warning": 0
},
"collection": {
"pending": 399,
"success": 0,
"error": 1,
"skip": 22,
"processing": 0,
"warning": 0
},
"attribute": {
"pending": 1371,
"success": 0,
"error": 0,
"skip": 39,
"processing": 0,
"warning": 0
},
"index": {
"pending": 166,
"success": 0,
"error": 0,
"skip": 5,
"processing": 0,
"warning": 0
},
"document": {
"pending": 1449,
"success": 0,
"error": 0,
"skip": 26,
"processing": 0,
"warning": 0
},
"bucket": {
"pending": 0,
"success": 25,
"error": 0,
"skip": 25,
"processing": 0,
"warning": 0
},
"file": {
"pending": 333,
"success": 0,
"error": 0,
"skip": 144,
"processing": 0,
"warning": 0
}
},
"resourceData": [],
"errors": [
"Error occurred while fetching 'collection:' from source with message: 'Call to a member function getId() on null'"
]
}
TL;DR
Self-hosting migration error due to "Call to a member function getId() on null" problem during Appwrite migration process. Solution not provided in thread.No idea what or who triggers this error.
TypeScript
Error occurred while fetching 'collection:' from source with message: 'Call to a member function getId() on null'
I hope anyone can help me...
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error