After pushing from appwrite.json I kept getting the following error:
✓ Success: Created 10 attributes
ℹ Info: Creating indexes ...
Error: Index 'status_idx' failed!
at C:\ProgramData\nvm\v20.11.1\node_modules\appwrite-cli\lib\commands\push.js:320:31
at Array.filter (<anonymous>)
at Object.expectIndexes (C:\ProgramData\nvm\v20.11.1\node_modules\appwrite-cli\lib\commands\push.js:317:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async createIndexes (C:\ProgramData\nvm\v20.11.1\node_modules\appwrite-cli\lib\commands\push.js:863:20)
at async pushCollection (C:\ProgramData\nvm\v20.11.1\node_modules\appwrite-cli\lib\commands\push.js:1434:13)
Then I tried manually creating the status index via the console, still failed (see attached screenshots). But nothing is telling me why it failed. What am I doing wrong?
It works as "fulltext" type instead of "key" though. Not sure if this is going to cause a problem in queries performance
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...