Synthia (V)
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. Synthia (V)
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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...