
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
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- Deployment Error Logs - Golang Functions
Hi guys - I have been developing an appwrite function via the cloud service with a golang runtime environment. Currently, I only get error messages whilst deplo...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
