Categories
October Surprise 2016

Cannot deploy Next.js to Netlify. Deploy failed due to an error in …

To resolve the deployment issue with your Next.js project on Netlify related to the @netlify/plugin-nextjs plugin, follow these steps: Set the Publish Directory to “out” You need to configure the Netlify publish directory to point to the out directory, which is where the static export will be placed after running next export.