
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.

Probably the issue is with this, It's still not resolved despite you have marked it as resolved

Here's the screen recording for reference
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
