[SOLVED] Invalid document structure: Unknown attribute: "pbe_DSSFIRMWARE_VERSION"
- 0
- Resolved
- 4
- 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"
Sorry to ping but I'm stuck on this <@&1319717958645452800>
is this appwrite cloud or self hosted?
appwrite cloud
can u retry by deleting and recreating the attribute?
I've already tried it.
You can also reproduce the issue in the Appwrite web portal: just use an attribute key containing a '.' as shown in image and try to add, then update, the data. You’ll see the error
A certain attribute name is not supported like from my image the first two attribute keys with "." working but rest of the attribute name is not working
cc <@1356535431834898634> <@452316113016193024>
checking
<@952258604990365716> Hey I am able to work with it if you see here in the recording, its updating can you share whats going from your network tab -> the actual payload getting sent to appwrite
Ah Okay, I reproduced it If its null then Updating it causing the error and not if its containing any data
Must be fixed now Cache might still exist for sometime but it's solved
It is now working as expected.
[SOLVED] Invalid document structure: Unknown attribute: "pbe_DSSFIRMWARE_VERSION"
Recommended threads
- Appwrite Cloud project is paused and nev...
Hi Appwrite Team & Community, I am facing a problem with one of my Appwrite Cloud projects which seems to be identical to the other cases of "paused projects" ...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...