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
- Issues with uAuth
Hey everyone, is anyone experiencing 500 errors for the oauth flow starting today? Im in the fra region. My oauth flow used to work fine until today, now im get...
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...