Hi guys!
I’ve got my application Nuxt3 and Apollo deployed in Netlify with the netlify-builder.
I’m not able to refresh the content when something change into the cms. The only way is rebuild the app.
I try to set some limit to the cache but nothing happens.
Hi!
Thanks!
I missed that part!
I tried, but the generated HTML still retains the old data. However, with AJAX navigation, it gets updated. I tried to add:
routeRules: {
'/**': { isr: 80 }
}
I read this should refresh the content after 80 seconds (It’s Next doc but I think the isr works in the same way) : Next.js ISR on Netlify | Netlify Docs"
Hi @hrishikesh and @SamO , sorry If I reopen this thread but I saw if I have a lot of page when it prerender the pages it return 500. If I try to prerender in locale it works.
So do you know if there’s some limit of ISR?