Next.js build fails with ENOENT error for page_client-reference-manifest.js on Vercel

\n\nI got this type of error again. Has anybody fixed it or can give a solution, please?\n\nError:\nbash\nENOENT: no such file or directory, lstat '/vercel/path0/.next/server/app/(protected)/page_client-reference-manifest.js'\n

Hi @shivamyadav-2165, welcome to the Vercel Community!

Do you have conflicting routes in your app? Like (app)/help and /help will both route to /help hence this error comes. Can you look for such a pattern in your app?