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.
7 Replies
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!
trying
--codegen
also doesn't help
a full clean and uncached
bun install
did the trick, nevermindenough 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
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
we don't want the CLI to ever hang like this, so if you find a way to repro we'd like to fix
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
