I have collection named deals, with a lot of attributes and I wanted to reduce some of them in terms of size (string type). However I am encountering such errors each time in the dashboard:
This is exact error from the api:
{ "message": "Invalid index attribute \"users\" not found", "code": 400, "type": "column_index_invalid", "version": "1.8.0" }
We don't have such attribute in this collection, we are updating deals collection, payload is:
{"required":true,"default":null,"size":4000}
I have a few indexes on the collection, already tried removing all of them and updating the attributes, but the error remains. There was not any index on this collection named "users", so its hard to determine what is causing the issue.
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"...
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...