Next 13/14 ISR revalidate behaviour
Unanswered
White-horned horntail posted this in #help-forum
White-horned horntailOP
I migrated from page router to app router in my app. Url is kind of /[slug]/[title]/[id] and I use ISR to generate blog posts. For this page I have revalidate 60 seconds. The issue is when I used page router "revalidate" time was working only for already generated paths, if job was updated and url was changed the new data was immediately refetched. But looks like for page router it works differently and "revalidate" is not ignored for new path so if job is updated it has already new URL but old content