Youseeit'smeOriginal post
Web Developer
hey y all 😄 , can sombody let me knOW why this app (Next.js TS ) ⚙️ that I have doesn t update the data in the database 🗂️ but currently only in my UI ?
https://codesandbox.io/p/devbox/landing-page-kcs4sw?file=%2Fapp%2Fadmin%2Fpage.tsx%3A303%2C22
Summary
Developers are experiencing issues with data not updating in a Next.js TypeScript app. The problem might be related to NextJS caching requests, which could be disabled. No console errors reported. Refresh sometimes doesn't update data. Solution may involve investigating Next.js caching and its potential impact.
Link to the sandbox: [Sandbox Link](https://codesandbox.io/p/devbox/landing-page-kcs4sw?file=%2Fapp%2Fadmin%2Fpage.tsx%3A303%2C22)