DevOriginal post
Web Developer
{
"message": "Invalid document structure: Unknown attribute: "0"",
"code": 400,
"type": "document_invalid_structure",
"version": "0.12.83"
}
Document created, but if im try update document i see this error
Summary
Title: Error updating document in database
Developers are encountering an error while trying to update a document in the database. The error message states "Invalid document structure: Unknown attribute: '0'". This error occurs even after successfully creating the document.
One solution that may resolve the issue is to ensure that the data being updated is an object and not an array. Additionally, the developers have requested the code to investigate further.