Next.js 16: Revalidating Per-User Dynamic Fetches on Demand (3 Patterns That Actually Work)
If your Next.js 16 app fetches auth-scoped data with cookies() or headers(), revalidateTag silently does nothing. Here are the three pattern
Apr 24, 20268 min read
