Hi everyone,
I’m encountering a problem with my Appwrite collection and could use some help. I’ve created an attribute called verified_at in my collection, but it doesn’t appear in the attribute list. Despite not using it in my code, I’m getting an error: Invalid document structure: Unknown attribute verified_at.
Additionally, I have over 25 attributes in my collection, and some of them are stuck in a “processing” state.
Has anyone faced similar issues or have any suggestions on how to resolve this? Any help would be greatly appreciated!
Thanks in advance!
At this point, just delete the collection and recreate it if there's no data in it. If there is, backup the docs using the server side sdk and restore later.
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...