I have an issue with a website freshly updated to NextJS App Router. The website was working perfecty with the Pages Router.
After a successful build, on the main page load, I’m getting this error :
Currenttly the website is online (lucky deploy) but all prefech requests are failing with the same error.
Note : The website is fully server side generated. And it’s working without issue in local prod mode
I managed to make It work with some adjustement on data cache params, but prefech routes still throw 500 errors. Not ideal (because there’s no client side routing…), but this will do for now