Index Backfilling error
I'm getting an index backfilling error for one of our tables. It was working fine before and I deleted the table and recreated it using
npx convex dev
4 Replies
Hi! Index backfilling should be a transient state when the index is first created. It should be fast, but may be longer for large tables. Does the error keep happening?
To help me look into it, could you share your deployment url? Prod and Dev deployments have independent tables and indexes, so maybe that's the issue. Also in case it's relevant, what version
npx convex -V
are you running? 🙏Its fixed now after a few attempts at clearing all tables and restarting the dev server. And I'm using
0.14.1
interesting. that shouldn't happen. i'll try to repro, thanks for reporting!