Build error when publishing to Vercel

:wave::skin-tone-3:Happy Friday y’all!

Any idea what would cause this error when publishing to Vercel? (or how to debug it?)

Next.js. Code hasn’t changed since last successful deploy AFAIK, just Studio content

@allied_guanaco This might be a bug, we’re taking a look cc @gabrielpessoa

@yang root cause was something on our side!

When publishing from studio, the path for the page didn’t match the slug for the corresponding blog post metadata in our CMS. So during prerender it failed while fetching a few pages, but the errors for those pages were buried way down in Vercel’s log output and just hard to find.