Javad9s
Javad9s
> I'm encountering issues with data revalidation using the revalidateTag option. I'm fetching the site name from the database to display it in sidebars and headers. However, when I modify...
Not Fixed, Just tested with 14.1.1-canary.1.
> I found a reddit thread that mentioned a similar issue where > `export const revalidate = "auto"` > fixed the issue. This also worked in my case: You would...
Hi, @ijjk . Unfortunately the issue still exists. Just checked with a new deployments with the latest canary. Quick reminder, you must check the repo right after a fresh redeployment....
Thank you. Definitely there has been some fixes, **but I don't think the issue should be closed yet**. This is overall acceptable when we include any `revalidate` time in cache...
> @Javad9s it sounds like for the client-navigation case and wanting to avoid stale data you'd want to leverage the new `staleTime` config https://nextjs.org/docs/app/api-reference/next-config-js/staleTimes I'm aware of that. But pretty...