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
- `notContains` Query not available
I have a collection with documents that have a `userIds` attribute containing an array of string values. I want to list these documents by excluding the ones th...
- can’t log in after launching to the inte...
I built a database for a client, and though i’m a novice, the process wasn’t so bad. It worked great with localhost. When i put it on the web, i changed the A...
- i need help: general_unauthorized_scope
any one can help me?