I am trying to deploy a NextJs application to Vercel. I followed steps in this tutorial: https://vercel.com/guides/nextjs-prisma-postgres and the deploy with that app works but with my new app doesn't.
On localhost my application runs just fine but when I'm trying to deploy on Vercel the deploy fails with message Deployment failed with error. I'm trying to get the logs, to see why the deploy failed but I can't click on the Building part of the screen where I could see the build logs. Picture of Vercel after Deploy failed:
My question is how could I see the logs if the Vercel deploy fails at first try?
