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
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...