NextJS 15 Site renders home page but on inner pages when refreshed does not render

Hi there,

I am stumped by this, I updated my site from NextJS 14 to 15 on a new branch and notice that inner pages on refresh do not load properly. The failed refresh returns the following first line.

1:“$Sreact.fragment”

Anyone familiar with this issue and could lend some advice?

The site is hosted at the following netlify url:

Homepage can refresh no problem but subsequent pages refresh just returns raw code.

Thanks in advance.

I discovered the resolution to this. I was using Next JS 15.3 which was released yesterday. Downgrading to NextJS 15.2.4 resolved this.

In case anyone else has the issue, Netlify needs to address the update eventually and downgrading resolved the issue.

Thanks again Netlify, great service.

I believe this would be fixed by Release v5.10.5 · opennextjs/opennextjs-netlify

1 Like