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
- rxdb integration code not working
https://appwrite.io/blog/post/offline-first-journal This code does not work with rxdb and appwrite packages set to february releases nor newest releases
- Costom domain Issues
Hi Appwrite team We’re having issues verifying a custom domain. We added the required CNAME and CAA records to our DNS provider and waited for at least 2 days a...
- No domain visible after creating functio...
Saw this in docs yet i have no domain (Pro): ``` Generated domains In the Appwrite Console's sidebar, click Functions. Under the Domains tab, you'll find the g...