Synthia (V)Original post
Rank 3: Container
Hey I have the Problem that the Migration Failed because of the followed Problem..
{
"$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'"
]
}
Summary
Self-hosting migration error due to "Call to a member function getId() on null" problem during Appwrite migration process. Solution not provided in thread.