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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...