Internal error 500 when deploying next.js with SSR

Hi @ruanmello1,

First of all update Next.js to the latest version.

Also Based on your build log, you’re using Next.js’ static export.
You need to add NETLIFY_NEXT_PLUGIN_SKIP environment variable with the value true in the Netlify UI.
You can find more information about the above at the link below.

Hope this helps.
Thanks

1 Like