Having trouble debugging a server-side process in my Next.js app that uses the /app
router.
To reproduce the issue, simply create a new Next.js app with npx create-next-app
and select the app router option.
I've attempted to attach a debugger to the node process and run it directly from VSCode using the recommended debug parameters for the /pages router. Unfortunately, these parameters do not seem to apply to the app router.
Any help or clarification would be greatly appreciated. Thank you!