server component re-fetch
Unanswered
gref9730 posted this in #help-forum
gref9730OP
Hello I have page.js with fetch on server side- which fetches json of users and then provide it to client component which is inside of this server component where its being rendered, and it has change function which works, the data are changed in database, but no matter what the refetch on server side never happens, even I put there no cache store or revalidate 0, I even have in the onSucces in the mutation revalidate which I found in docs and the data stays displayed the same as on first load, even if i make multiple changes, doesnt even helpt if I refresh the page with F5 or ctrl+F5, even when i go to different page in my app and then come back to the user page, its always the same as on first load... any help how to make refetch for server components possible?