Next Js Daily: Router Rebuild and Server Action Hang Fix

Five linked router refactors reshape how Next.js compares routes, params, and cached UI, while a fix lands for Server Actions hanging after navigation to partially prerendered pages. Turbopack memory correctness, Edge metadata parity, and CI changes round out a stability-focused day.

Duration: PT2M32S

Episode overview

This episode is a short developer briefing from Next Js Daily.

It explains recent repository work in plain language.

  • Show: Next Js Daily
  • Published: 2026-09-25T22:00:36Z
  • Audio duration: PT2M32S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, it's Friday, September 25th, 2026.

The biggest signal today is a coordinated rebuild of how Next.js tracks routes, params, and cached UI, landing alongside a fix for Server Actions that could hang until timeout.

First, the client router foundation. Five related changes rework param tracking and caching. Route structure comparison is now separated from search param values, the document head gets its own cache node instead of riding on the page segment, and the cache tree moves to a unified route tree type. PRs 98974 and…

Second, production reliability. PR 99252 fixes Server Actions hanging after navigating to a partially prerendered page. If an action owned by the previous page was called, the forwarding path re-read an exhausted request stream and stalled. It now forwards the saved action body. Separately, PR 99128 aligns Edge…

Finally, tooling and release hygiene. The team is sequencing CI for stacked branches to avoid running expensive builds on every middle pull request at once, tightened in PR 99215 to cut polling load nearly in half. Experimental custom webpack support was reverted in PR 99227 to unblock the internal sync ahead of…

What's next: expect follow-up on…

Nearby episodes from Next Js Daily

  1. Turbopack Chunking Fix, Static Shell Rules, Deploy Test Push
  2. Prerender Reliability and Turbopack Tree-Shaking
  3. Turbopack Speedups and Prefetch Loop Fix
  4. Structural Keys, Strict Matching, and AI Upgrades
  5. Cache Correctness and Nested Dynamic Fixes
  6. Router Correctness and Turbopack Packaging
  7. The Agents Are Getting a Voice
  8. Cache Correctness and Persistence Performance