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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...