In my case, I had both app/page.tsx and app/(page.tsx) which conflicted with each other since route groups (public) don't affect the URL path. Just deleted page.tsx and the Vercel build succeeded.
(public)