Retrieve current build errors, runtime errors, and TypeScript issues from your running Next.js development server.
Fetches current build errors, runtime errors, and TypeScript issues from your running Next.js development server to help you debug quickly. Use this when your app fails to compile or crashes during development to get detailed error information with file locations and suggested fixes.
/plugin marketplace add W3Dev/coding-agent/plugin install nextjs-devtools-plugin@w3devRetrieve current build errors, runtime errors, and TypeScript issues from your running Next.js development server.
/nextjs-errors [--type=<error-type>]
/nextjs-errors
/nextjs-errors --type=build
/nextjs-errors --type=runtime
/nextjs-errors --type=typescript
--type (optional): Filter by error type (build, runtime, typescript). Shows all if not specified.