Issue: `convex dev` hangs indefinitely on "Preparing Convex functions..." step
- Node v22.0.0, bun 1.2.4
- Convex deployment:
dev:fiery-okapi-709- macOS (Darwin 24.5.0)
Details:
- Happens with both
bunx convex dev and npm exec convex dev- Verbose output shows it reaches "Bundling modules for Convex's runtime..." then hangs
- Even occurs with minimal function (simple hello world query)
- TypeScript compilation passes without errors
- Tried killing existing processes, no effect
Workaround attempts:
- Used
--once flag - still hangs- Tried
CONVEX_DEBUG=1 - no additional info- Simplified functions to basic hello world - still hangs
Anyone seen this before or have suggestions?
