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
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...