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
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...