Next.js Daily: Segment Cache Bug Fix and Build Tool Repair

The Next.js team merged fixes for a segment cache issue with unresolved promises and a build crash when using debug paths with parallel routes. Version 16.2.0-canary.57 has been released.

Duration: PT1M26S

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-02-22T11:09:20Z
  • Audio duration: PT1M26S

Transcript excerpt

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

Good morning. This is Next.js Daily for February 22nd, 2026.

Zack Tanner merged a critical segment cache fix addressing an issue where unresolved promises in RSC responses from prefetches cause Suspense boundaries to remain in fallback state indefinitely. The pull request adds comprehensive test coverage proving this regression, which appears to stem from an underlying React…

Jiwon Choi merged a fix for a build tool crash that occurred when running `next build --debug-build-paths` on projects with parallel routes. The problem arose from a mismatch between how Turbopack and JavaScript route discovery filter routes, causing undefined lookups in the app paths manifest. The fix adds proper…

The team also released version 16.2.0-canary.57, updating package versions across the entire Next.js ecosystem including create-next-app, ESLint configurations, and various Next.js plugins.

What's next: These fixes improve stability for segment caching and build tooling, particularly for projects using parallel routes and advanced prefetching patterns. Developers using debug build paths should see immediate improvements.

That's your Next.js update for today.

Nearby episodes from Next.js Daily

  1. DevTools Performance Fix and Testing Infrastructure Updates
  2. Turbopack Updates and Infrastructure Improvements
  3. Routing Performance and Build Optimizations
  4. Instant Navigation and Turbopack Performance
  5. Turbopack Security & Image Optimization
  6. React Upgrade and Performance Improvements
  7. Turbopack Tree-Shaking and Runtime Prefetch Improvements
  8. Router Stability and Turbopack Fixes