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" } } } }
Recommended threads
- Bandwidth limit for your organization ha...
I received an alert that I exceeded the Free plan bandwidth limit (showing 5.86 GB), but my dashboard tells a different story. The usage stats there are much lo...
- SMS OTP not delivered to Australian (+61...
Hey team! I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project. What's happening: account.createPhoneToken() co...
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...