New project deployment fails immediately with no logs

Hello,

I am trying to deploy a new project from a public template, but the deployment process fails every time without leaving any record.

The issue is that when I click “Deploy”, the screen says “Deploying…” but it never finishes. When I check the “Deployments” tab for the project, it is completely empty, even with filters cleared. No deployment log (not even a “failed” or “canceled” one) is ever created.

This has happened multiple times, even after deleting the project and starting over. Has anyone seen this behavior before? It seems like there may be a hidden issue with my account that prevents deployments from starting properly.

I have seen other users in the community report this exact same “no logs” deployment failure, which required staff intervention to fix.

Any help would be greatly appreciated. Thank you.

That repo either doesn’t exist or is private, so I can’t see it to test it myself. But I have some suggestions that you can try :slightly_smiling_face:

Since this repo seems to be private, the first thing I recommend is to check that the Vercel deployment app has access to the repo. That’s a common cause of this kind of issue, but easy to solve by updating permissions in GitHub Apps settings.

Configuration issues are another common cause. You can test that by using Vercel CLI to run a build from your local repo using the vercel build command. If it runs into an error, then the error message will tell you more about what went wrong. If it succeeds, then we can work together to figure out what’s different between your local repo and what’s accessible to Vercel’s build server.

Please give that a try and let me know how it goes!