
July 16, 2026
7 min read
Next.js unstable_cache Caching null Forever? The Fix
A one-second DB blip and your Next.js page is empty forever? unstable_cache cached the null your catch returned. The two-line fix that heals itself.
Posts tagged
← All posts

July 16, 2026
7 min read
A one-second DB blip and your Next.js page is empty forever? unstable_cache cached the null your catch returned. The two-line fix that heals itself.

July 14, 2026
10 min read
When a Next.js page transition breaks with a redirect, the App Router commits the redirecting route first — an empty stub. Here's the cause and the real fix.

July 9, 2026
14 min read
Why does Next.js keep hitting my CMS on every request? A first-hand fix for App Router's uncached fetch, force-dynamic refetching, and a runaway CMS bill.