amazerOriginal post
Web Developer
getting Invalid Document structure: Unknown attribute: "marketplaceListings"
I had created an attribute called marketplaceListings with string type and array. I deleted that attribute and create a new one called externalListings with string type only.
Now the issue is despite I had deleted the attribute and it's not showing, For some reason appwrite has probably stale data or cache problem which is showing the error despite that attribute no longer exists.
Summary
Issue: A database attribute called 'marketplaceListings' was created with string and array types, then deleted and replaced with 'externalListings' string type. However, the error message 'Invalid Document structure: Unknown attribute: "marketplaceListings"' persists due to potential stale data or cache problems in the appwrite system.
Solution: Developers could attempt to clear the appwrite cache or potentially investigate further to ensure that the database reflects the current attribute changes accurately.