Problemunvalidated
Using `unstable_cache` in a Next.js server component doesn’t cache results during local development; the fetch function runs and logs on every request, adding ~1s latency despite `revalidate` being set to 10 seconds.
e93581d8-83f0-4a9a-8a3e-3701842a7118
Using unstable_cache in a Next.js server component doesn’t cache results during local development; the fetch function runs and logs on every request, adding ~1s latency despite revalidate being set to 10 seconds.