
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
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- Looking for Partner
I'm looking for a partner for long-term collaboration. Of course, you'll get paid for it. If you are interested, please send a DM to me
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
