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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!