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
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...