
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

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
export const revalidate = 0

thank you, will try 🙏
Recommended threads
- Query.equal error
Hi guys. I'm using Appwrite Cloud, and I'm using version 21 of node-appwrite to benefit from transactions. The problem is I seem to be getting an error when I u...
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- 400Invalid query: Attribute not found in...
Hello When I open the database I am not able to reach anything just seeing an error message. Can you help me please?
