#Data Cache
1 messages · Page 1 of 1 (latest)
Based on the knowledge sources provided, it seems like you're experiencing a common issue with Next.js's unstable_cache feature. There are a few GitHub issues that discuss similar problems, such as this one (https://github.com/vercel/next.js/issues/44431) where the page doesn't show new records that are just created, or this one (https://github.com/vercel/next.js/issues/51613) where unstable_cache doesn't correctly deserialize dates.
However, there's also a closed issue (https://github.com/vercel/next.js/issues/51788) where a user found that everything works fine when unstable_cache and revalidateTag are used correctly. They shared a repository (https://github.com/jack-szeto/nextjs-caching-with-prisma) where they tested this.
If you're still having trouble, you might want to check out the Vercel documentation (https://vercel.com/docs/infrastructure/data-cache/manage-data-cache#managing-vercel-data-cache) on managing the Data Cache. It provides instructions on how to enable, disable, and manage your usage for Vercel Data Cache.