Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Ninja / Next.js 16.2.10 network logging repro

A small visual test bed for testing Console Ninja Network Logging with Next.js 16.2.10, React 19.2, and Axios 1.12.2.

Running

Open this folder as a separate workspace in VS Code, then run:

pnpm dev

This is the standard Next.js mode with Turbopack. For a comparison run with Webpack:

pnpm dev:webpack

Open http://localhost:3000 and click the request buttons. For a clean comparison, completely stop one development server before starting the other.

What to check

  • Regular console.log, console.warn, and server logs should appear in Console Ninja.
  • Network Logging should show browser fetch, Axios/XHR, raw XHR, and an intentionally unsuccessful HTTP 503 response.
  • app/page.jsx contains four lines marked CN LOGPOINT TARGET that are convenient places to set logpoints.
  • The API handlers are located in app/api/ping/route.js and app/api/failure/route.js.

The Run full sequence button performs all four checks in sequence.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages