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
TL;DR
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.NextJS could be caching the HTTP requests
You could add something like this to your layout page to force it to fetch your data fresh every time
TypeScript
export const revalidate = 0
thank you, will try 🙏
Recommended threads
- cant resume project
Invalid console fingerprint event i try man time
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.