Local Build Nextjs 14

I’ve noticed that my local development builds aren’t updating with the latest data from the server. When I add new content on the server side, the changes aren’t reflected on the client side after a page refresh. I’m using NextJS 14 and .NET 8. Any suggestions on how to resolve this?

Hi @hungdo1997, welcome to the Vercel Community!

Without looking at the code, my guess would be it’s related to the Next 14 Building Your Application: Caching | Next.js behavior. I’d suggest you give this document a read and see if you can spot the configuration.

If you need more help, please share your public repo or a minimal reproducible example. That will let us all work together from the same code to figure out what’s going wrong.