Skip to content
← Back to Changelog

Tuesday, September 12th 2023

Improved error messages for failed or canceled builds

Posted by

Avatar for ofhouse

Felix Haus

Software Engineer

Avatar for pvdz

Peter van der Zee

Infrastructure Engineer

Failed or canceled builds now have better feedback clearly displayed on the Vercel dashboard in the deployment details page.

The following build failures now have more helpful error messages:

  • An invalid vercel.json configuration
  • Canceled builds due to the ignore build step
  • A newer commit in the branch triggering a more up-to-date deployment

Check out our documentation to learn more.

Post