-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Which project does this relate to?
Start
Describe the bug
Current behavior
- Run
pnpm devwith WebStorm debugger attached - Console reports ready, but all HTTP requests return 503 "Node env runner worker is unavailable"
- No errors, no crashes in the console but the web app does not load properly
Your Example Website or App
git clone https://github.com/lionelhorn/tanstack-start-webstorm-repro
Steps to Reproduce the Bug or Issue
git clone https://github.com/lionelhorn/tanstack-start-webstorm-repro
cd start-basic
pnpm install- Open in WebStorm
- Create a run configuration for
pnpm devwith debugger attached - Run with debugger → open
http://localhost:3000→ 503 with "Node env runner worker is unavailable" - Run without debugger → pages load normally
Expected behavior
http://localhost:3000 to return code 200 with website loaded
Using vscode to attach a debugger to pnpm dev works as expected
Screenshots or Videos
No response
Platform
- WebStorm (2025.3.2 Build #WS-253.30387.83)
- Node.js v24.11.1 (Windows 11 Pro x86_64)
- Vite 7.3.1 (TanStack Start)
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels