[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Local Build Nextjs 14 44 views · 0 likes · 2 posts Hungdo1997 (@hungdo1997) · 2024-12-13 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? Anshuman Bhardwaj (@anshumanb) · 2024-12-13 Hi @hungdo1997, welcome to the Vercel Community! Without looking at the code, my guess would be it's related to the Next 14 https://nextjs.org/docs/14/app/building-your-application/caching 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](https://vercel.com/guides/creating-a-minimal-reproducible-example). That will let us all work together from the same code to figure out what’s going wrong.