Debugger fails with next: Source tab blank
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
Run
Go to chrome://inspect/
click "inspect" on
Open
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.
NODE_OPTIONS='--inspect' next devGo to chrome://inspect/
click "inspect" on
/Users/myuser/next-site/node_modules/.bin/nextOpen
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.