David Moffat
David Moffat

Reputation: 1

Trying to find out why pages refresh sometimes after the page has fully hydrated

We've recently launched a site built with Nuxt 3, CMS with Storyblok, hosted on Netlify with ISR render mode.

https://epc-improvements.co.uk/

We have noticed that pages occasionally refresh after full hydration. I suspect this is related to ISR, but I can't seem to track down why it is happening. Does anybody have any experience with similar issues or have any ideas how I can work out what is causing pages to refresh?

It's not brilliant from a UX perspective, but it's awful if a customer has started filling out a form and has to re-enter data again because the page refreshed on them.

Certain pages which can support it have been switched into pre-render mode. We think this has helped, but because the issue is not consistent, it is really hard to tell. We've also tried logging to console whether the page is stale or not, but we are struggling to fetch the current cache status from Nuxt 3.

Any thoughts or ideas would be much appreciated

Upvotes: 0

Views: 26

Answers (0)

Related Questions