Web Developer
Hello,
I got the problem that team preferences are not visible within the Appwrite console. I did an API request to verify that there are preferences set and on the response I can see the correct data.
{
"$id": "1",
"$createdAt": "2026-01-25T19:47:40.197+00:00",
"$updatedAt": "2026-02-18T09:08:25.637+00:00",
"name": "1&2",
"total": 2,
"prefs": {
"data1": "2025-10-07T00:00:00.000Z",
"data2": "12341412312312313123",
"data3": "true",
"data4": {
"121212121212121212": "121212121212121212121",
"12121212121212121212": "121212212121212122"
},
"data5": true,
"data6": {
"123123123123123123123": {
"lat": 0.65976943738855,
"lng": 0.337455384993937,
"updatedAt": "2026-02-18T09:08:25.578Z"
},
"123123213123123123123": {
"lat": 0.65676772172524,
"lng": 0.235264520383135,
"updatedAt": "2026-02-16T15:28:08.933Z"
}
}
}
}