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
- Bug Report: type generation for enum of ...
### π Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Github Repos are not appearing on sites ...
Hi, Has anyone had recent issues with sites feature where github repos are not appearing? I even tried unliking and giving it a shot! It does not even show up, ...
- Invalid document structure: Unknown attr...
Hello. I have self hosted instance running on my server and has valid endpoint and most of things are working as should. Installation is fresh install of versio...