After upgrading to 1.8.0, I ran the starter_for_flutter and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1.6.1) and it failed with a "Invalid document structure: Unknown attribute: pingCount".
I can't find anything in the docs. Is this a known issue?
1.8.0 results:
{
"message": "Server Error",
"code": 500,
"type": "general_unknown",
"version": "1.8.0",
"file": "/usr/src/code/vendor/utopia-php/database/src/Database/Database.php",
"line": 4896,
"trace": [
{
"file": "/usr/src/code/vendor/utopia-php/database/src/Database/Adapter.php",
"line": 385,
"function": "Utopia\\Database\\{closure}",
"class": "Utopia\\Database\\Database",
"type": "->",
"args": []
},
{
"file": "/usr/src/code/vendor/utopia-php/database/src/Database/Database.php",
"line": 1214,
"function": "withTransaction",
"class": "Utopia\\Database\\Adapter",
"type": "->",
"args": [
{}
]
},
{
"file": "/usr/src/code/vendor/utopia-php/database/src/Database/Database.php",
"line": 4730,
"function": "withTransaction",
"class": "Utopia\\Database\\Database",
"type": "->",
"args": [
{}
]
},
{
"file": "/usr/src/code/app/controllers/general.php",
"line": 1584,
"function": "updateDocument",
"class": "Utopia\\Database\\Database",
"type": "->",
"args": [
{
(...trimmed...)
1.6.1 result:
{
"message": "Invalid document structure: Unknown attribute: \"pingCount\"",
"code": 400,
"type": "document_invalid_structure",
"version": "1.6.1"
}
Recommended threads
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...
- CSV Import not working
2025-12-03T08:07:15.776464436Z [Error] Method: POST 2025-12-03T08:07:15.776470388Z [Error] URL: /v1/migrations/csv 2025-12-03T08:07:15.776475367Z [Error] Type: ...