Item logo image for Next.js Server Inspector

Next.js Server Inspector

Item media 1 (screenshot) for Next.js Server Inspector

Overview

Debug Next.js server-side API calls in Chrome DevTools

See your Next.js server-side HTTP and fetch calls live in Chrome DevTools. Server Components, route handlers, and middleware make requests that never show up in the browser's Network tab. This extension adds a "Server Inspector" panel that shows them in real time — method, URL, status, duration, headers, and request/response bodies. USAGE 1. Install the package in your Next.js project: npm i nextjs-server-inspector 2. Add server setup — create instrumentation.ts in your project root (or src/ if you use a src directory): export async function register() { if (process.env.NEXT_RUNTIME === "nodejs") { const { init } = await import("nextjs-server-inspector") init({ port: 9119 }) } } 3. Start your dev server (npm run dev), open Chrome DevTools, and select the "Server Inspector" panel. Development only. The connection is strictly local (ws://localhost:9119) — nothing is sent to any external server. npm: https://www.npmjs.com/package/nextjs-server-inspector GitHub: https://github.com/ZainULAbdeen0/Patchy

Details

  • Version
    0.2.0
  • Updated
    June 24, 2026
  • Offered by
    ZainUlAbdeen
  • Size
    17.82KiB
  • Languages
    English
  • Developer
    Email
    zainmujtaba255@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

Manage extensions and learn how they're being used in your organization
The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Related

Nuxt SSR DevTools

0.0

Chrome DevTools panel for inspecting Nuxt SSR fetch calls.

React Developer Tools

4.0

Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.

React code finder

5.0

Chrome extension for React Developer

Intercepto

3.0

Inspect and edit the APIs behind any UI. Intercept, mock, and replay HTTP and WebSocket traffic in Chrome—no setup required.

Pause Script Execution

2.6

Pause JavaScript execution to aid in debugging. Open DevTools and press the hotkey (default Ctrl+Shift+S) to pause script execution.

Next.js SSR DevTools

0.0

Chrome DevTools panel for inspecting Next.js SSR fetch calls.

API Monitor

5.0

Monitor web API requests without opening DevTools.

AdapTable DevTools

0.0

Chrome DevTools extension for AdapTable

ProseMirror Developer Tools

5.0

Run prosemirror-dev-toolkit as Chrome extension

JSONGrid Web Inspector

3.0

A Chrome extension for inspecting JSON data with JSONGrid, a tabular JSON view.

[Experiment] Edit and Resend: Ajax Request Debugger in Chrome DevTools

3.8

Enhance Chrome DevTools with a new tab. Edit and resend fetch() / XHR requests. Efficiently debug or test your web applications.

Console Copy Tool

5.0

Automatically captures and copies formatted console messages from Chrome DevTools

Nuxt SSR DevTools

0.0

Chrome DevTools panel for inspecting Nuxt SSR fetch calls.

React Developer Tools

4.0

Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.

React code finder

5.0

Chrome extension for React Developer

Intercepto

3.0

Inspect and edit the APIs behind any UI. Intercept, mock, and replay HTTP and WebSocket traffic in Chrome—no setup required.

Pause Script Execution

2.6

Pause JavaScript execution to aid in debugging. Open DevTools and press the hotkey (default Ctrl+Shift+S) to pause script execution.

Next.js SSR DevTools

0.0

Chrome DevTools panel for inspecting Next.js SSR fetch calls.

API Monitor

5.0

Monitor web API requests without opening DevTools.

AdapTable DevTools

0.0

Chrome DevTools extension for AdapTable

Google apps