Revalidate all ISR pages using pages router
Unanswered
Red-billed Pigeon posted this in #help-forum
Red-billed PigeonOP
Hello! When using the pages router, is it possible to revalidate or clear out all cached pages? (without swapping to app router)
5 Replies
I don't think nextjs pages router supports caching
Red-billed PigeonOP
There is definitely caching with ISR
You can use ISR, to revalidate every X seconds.
But not revalidatePath
But not revalidatePath
As searching on documentation yields no result
Red-billed PigeonOP
you can revalidate on demand using full paths, was just hoping there’s a way to do all paths