ÖmürOriginal post
Web Developer
Hello, I am facing an issue about updating data, I am developing a demo app with next.js, I deleted all data from Appwrite but I am still seeing all data in my app, what could be the reason for this? I'm very new on appwrite
Summary
Developers facing issue updating data in a Next.js app after deleting data from Appwrite. Proposed solution: add `export const revalidate = 0` to layout page to force fetching fresh data. Possible cause: Next.js caching HTTP requests.