workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

🐛 BUG: wrangler get stuck running proxy command

Open DevinWinata opened this issue 3 years ago • 0 comments

What version of Wrangler are you using?

2.0.26

What operating system are you using?

Pop!_OS 22.04 LTS

Describe the Bug

run wrangler pages dev -- next dev in next.js project folder. it will stuck at Running next dev... with high cpu usage (1 of my cpu cores always run at 100% for this process). no error message. need to close my terminal to terminate the process, CTRL+C in the terminal doesn't work. with pnpm wrangler pages dev -- next dev (pnpm in the front), wrangler pages dev -- pnpm dev (change next to pnpm for proxy command), and pnpm wrangler pages dev -- pnpm dev (pnpm in the front and next to pnpm for proxy command), it will not get stuck.

other software version details: node 16.17.0 with nvm 0.39.1 pnpm 7.9.3

DevinWinata avatar Aug 18 '22 12:08 DevinWinata