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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...