Hello all,
So I had an attribute named "save" on one of my collections but deleted it through the console. Now when I try to update any of my objects in the collection I get the error AppwriteException: Invalid document structure: Unknown attribute: "save"
Also to note, when I try to add the attribute again on that same collection I get the error that it already exists. I cannot see it on my attributes on the console so not sure how to completely remove it.
Any ideas?
Thank you in advance 🙂
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...