
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 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.