Next 13 experimental appDir

Hi,

I’m trying to deploy a Next.js 13 project with

const nextConfig = {
  experimental: {
    appDir: true,
  },
}

but keep getting the

Add an environment variable called NODE_VERSION with 19.6.0 by following Specifying a Node Version | Render.

Fixed.

Please refer to our documentation at https://render.com/docs/node-version which covers this,

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.