Hi! when I try to update a document in the Appwrite Console, I get the following error: Invalid document structure: Attribute "$sequence" has invalid type. Value must be a valid string and no longer than 255 chars.
It doesn't matter in which collection I do that and it also does not matter if it's an "old" or a newly created document. I am using Appwrite Cloud.
same error that I'm also getting for no reason.
In my dev environment I recreated the entire collection and I am still getting the error...
Recommended threads
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...