How to manage ISR in AWS Amplify with NextJs app router
I am writing NextJs frontend using NextJs 14 and ISR approach. All of my pages have revalidate set to 30 seconds. I use Amplify to deploy application. I caught very strange behaviour of cache on ISR pages.
Sometimes it gives me very old cache like 15 minutes ago.