Invalid document structure: Unknown attribute: "pbe_DSSFIRMWARE_VERSION"
- 0
- Databases
- Functions
- Cloud
Environment: Dart version: 3.5.1 dart_appwrite: 13.0.0
I’ve already created the database structure using a Dart function. I can create data records using cloud function, but when I try to update them, I get the following error:
Error updating device record: AppwriteException: document_invalid_structure, Invalid document structure: Unknown attribute: "pbe_DSSFIRMWARE_VERSION" (400)
When I attempt to update using the Appwrite web console, I’m also encountering the following error:
Invalid document structure: Unknown attribute: "pbe_DSSFIRMWARE_VERSION"
I have attached images for reference if anyone have idea let me know.
Invalid document structure: Unknown attribute: "pbe_DSSFIRMWARE_VERSION"
Recommended threads
- DB connection | Got timeout reading comm...
When looking at the logs of `appwrite-mariadb` I'm seeing a lot of: ``` 2026-04-09 7:37:28 10 [Warning] Aborted connection 10 to db: 'appwrite' user: 'appwrit...
- open runtime version lacks behind
open runtime version in appwrite CLI is v4 while the hosted runtimes use v5, this mismatch does not permit to debug locally functions using recent runtimes (li...
- Appwrite usage is reporting inaccurate i...
I was using Appwrite mainly for the site hosting on the free tier when I saw that I am using 5 GB storage when Appwrite only allows you to use 2 GB. It’s been l...