Next.js Discord

Discord Forum

Debugger fails with next: Source tab blank

Unanswered
Northeast Congo Lion posted this in #help-forum
Open in Discord
Northeast Congo LionOP
Run NODE_OPTIONS='--inspect' next dev

Go to chrome://inspect/

click "inspect" on /Users/myuser/next-site/node_modules/.bin/next

Open Sources tab in Chrome inspector, it's blank.

I'm using Typescript with Next.js if relevant. I can pause the execution with command-\ but it only ever pauses in node internal code, even when the site is loading.

0 Replies