
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
- Realtime Disconnects and Error: INVALID_...
Hi Support, we are still experiencing the issue and we are a subscriber on your platform under the account of charlesbcalague@gmail.com I just want to ask here...
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
