Hello there ! Am using Next.js 13.4.4 and I’m currently dealing with a bug throught the deployment of Netlify.
In development and in the Vercel environment deployment all is good. But with Netlify the dynamic urls of my next.js projects redirects to a 500 errors. However the build didn’t fail.
It’s a simple dynamic route (the parameter 123). It was working on Vercel and in localhost. The japanese version of the website (https://tracksinsights.juru.rocks/ja) also failed.
Will have a try by installing the next-plugin package on my project maybe.