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
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...