Deploy failing after updating next.js

Hi, my deploy has been failing since I updated to the latest next.js version. Of course, everything works locally :stuck_out_tongue:

url: juanmnl.netlify.app

Here’s what I get on the build logs.
2 attemps on Apr 13 and 1 attempt on Apr 24.

Thanks for your help.

Seems like you have not configured a Node version (or a correct one). Next.js 9.3 does not work with Node 8, which is the default on your site. You can update that config to match your local, and review the rest, following the instructions here: Manage build dependencies | Netlify Docs

1 Like

Ohh, didn’t even know we could set a node version. Fixed, thanks a lot!!