igor9silva
igor9silva3mo ago

Stuck at "Finding component definition..."

I did a bunch of large changes and now my CLI gets stuck like that. Tried removing all generated files. Emptied the whole database. Appending -v doesn't log anything else. Any tips would be appreciated.
No description
7 Replies
Convex Bot
Convex Bot3mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
igor9silva
igor9silvaOP3mo ago
trying --codegen also doesn't help
No description
igor9silva
igor9silvaOP3mo ago
a full clean and uncached bun install did the trick, nevermind
ballingt
ballingt3mo ago
enough people are using bun that we probably need to start testing it soon, it does some things with peer dependencies, version resolution, node_modules structure, etc. differently so if you run into issues consider npm or pnpm
igor9silva
igor9silvaOP2mo ago
oh it was def. not a Bun issue Bun is awesome been using it for >1 years for literally everything with 0 issues 100% compatible with everything, including Convex (as a package manager) I likely broke something by aggresivelly switching between branches with unstage stuff haha
ballingt
ballingt2mo ago
we don't want the CLI to ever hang like this, so if you find a way to repro we'd like to fix
igor9silva
igor9silvaOP2mo ago
I was on a very edge scenario. had a local copy of AI SDK because I needed to tweak it + a package.json override a sub-dependency all on a huge PR I wouldn't worry but I'll let you know if I ever break it again
No description

Did you find this page helpful?