Edge Runtime Fix and Build Path Debugging
Two pull requests were merged fixing edge runtime crashes with setImmediate and improving debug build path handling for dynamic routes. Next.js version 16.1.1-canary.32 was also released.
Duration: PT1M17S
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-01-18T11:31:48Z
- Audio duration: PT1M17S
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 January 18th, 2026.
Janka Uryga merged a fix for edge runtime crashes caused by accessing setImmediate when it's not defined in the global scope. This addresses an issue where the promisify custom property access would fail in edge environments, following up on previous work to improve async scheduling.
Hendrik Liebau merged improvements to the debug build paths flag, specifically fixing bracket escaping for glob patterns in dynamic routes. The previous implementation failed when glob wildcards like double asterisk preceded bracket expressions because the filesystem existence check couldn't resolve paths containing…
The Next.js bot also published version 16.1.1-canary.32, updating package versions across the monorepo including core packages, ESLint configurations, and developer tools.
What's next: These fixes improve developer experience with debugging tools and ensure more reliable edge runtime behavior. The canary release makes these improvements available for testing in development environments.
That's your Next.js update for today.
Nearby episodes from Next.js Daily
- Cache Improvements and DevTools Updates
- Turbopack Storage Overhaul and Worker Improvements
- React Upgrades and Turbopack Build Optimizations
- Turbopack Worker Threads Rollback
- Server Action Logging and Turbopack Optimizations
- Route Handler Optimization and Turbopack Performance Improvements
- Week of January 06 - January 13, 2026
- January 12, 2026