Clarification NextJS Caching Revalidation
Hi! i have the function:
and I have the update function:
and the data on the page is not revalidatnig when I call the functions, I've tried revalidatePath, same issue. I know the function works because when I Crtl + Shift + R the data is correct. Any insights into why?
1 Reply
nextjs 15
and also the page is showing a static icon even tho the page is clearly dynamic
what am i missing?
i'm also router.refresh() ing and it doesn't work
same on build and dev
with and without turbopack