So my issue happens whenever I refresh (F5) one of the pages in my app, it returns an internal server error and I can see in netlify’s website that the issue is according to below image:
You’ll want to ensure you’re using the Netlify/Next.js runtime v5 instead of 4.41.3 since you’re using Next.js 14.2.5. Version 5 of the runtime is for Next.js 13.5+.
You can read more here:
If you continue to have issues, please let us know your sitename (such as sitename.netlify.app). Thanks!
Hey Melvin, thanks for the reply but I already said that I tried updating netlify’s plugin to tha latest version and the problem was even worse: it gets an error getting into ANY page. And I see that error on netlify’s Logs (mentioned in the post too…).
Hey! So in the end I rolled back Next.js version to 13.4.19 and adjusted other library and it worked… didn’t want to do this but it seemed like the only choice for now.