Hello guys i have this issu when trying to create index with the combination of three attributs using node-appwrite package but i have this error : AppwriteException [Error]: Index length is longer than the maximum: 768
at Client.call ([my_url]/node_modules/node-appwrite/lib/client.js:171:31)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Databases.createIndex ([my_url]/node_modules/node-appwrite/lib/services/databases.js:1245:16) {
code: 400,
type: 'index_invalid',
response: {
message: 'Index length is longer than the maximum: 768',
code: 400,
type: 'index_invalid',
version: '1.5.4'
}
}
this is the attributs that are use to create index ("ip_address", "user_agent", "post_id" ) and the filter key is filter
Recommended threads
- I'm getting error Invalid `url` param: I...
``` 2025-10-26T12:52:02.292Z [error] AppwriteException: Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new Web platform on your pr...
- Having issues while trying to published ...
All am seeing is this on while going to the page please help
- New attribute stuck on processing?
I was running out of disk space and after creating an attribute and restarting my appwrite (self hosted) I have an attribute stuck on creation. Any way to remov...