Hey I have a problem deploying my react application to vercel

here is the repository link repo

and here is what I am getting

Hi, vercel should provide the error logs. If you click into the error, you should be able to view the logs and see the reason why the deployment failed. From there you can debug

1 Like

I think if you console npm run build it’ll tell you if there are issues too, that’s what i usually do cause it’s a bit quicker than checking logs from another app.