hamid1882
hamid18827mo ago

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.
No description
No description
3 Replies
erquhart
erquhart7mo ago
Have you run npx convex dev?
Harrisonford
Harrisonford3mo ago
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.
Clever Tagline
Clever Tagline3mo ago
Please share your schema setup, as well as how you're using the index in a query.

Did you find this page helpful?