repost: index not found error even when the indexes are defined in the schema
I am unable to use "by_user_id" index which I've defined for a table, attached are the error message along with the package.json file, and only I am getting this error among my team.
I'd really appreciate any resolution for this issue.


3 Replies
Have you run npx convex dev?
I have this exact problem, on freshly made with npx convex dev, the indexes in general are not working I check the indexes in the dashboard even check new made tables and the indexes don't appear ever.
Please share your schema setup, as well as how you're using the index in a query.