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
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...