
hey y all 😄 , can sombody let me knOW why this app (Next.js TS ) ⚙️ that I have doesn t update the data in the database 🗂️ but currently only in my UI ?
https://codesandbox.io/p/devbox/landing-page-kcs4sw?file=%2Fapp%2Fadmin%2Fpage.tsx%3A303%2C22

If you refresh does the data persist in your UI? Are you seeing any console errors?

yeah, data is still the same even after refresh, no error related to these types or components

nextJS caches requests. You may need to look into that and how to disable it
Recommended threads
- Get current users team
Hey for one of my use cases I need to get my current logged in user's team. But by default the scope to read the team is not added. ``` const appwriteClient...
- How to reduce DB Reads?
I just noticed that I hit the 500k db reads limit on my very small next js app with the most data being present in one collection having around 50 documents. ...
- Getting issue while migrating from Self ...
i try to migrating my project but when do this error come and dont allow to crate that migration
