Deployments are auto-cancelled, 100% of the time

The issue is simple: when I push to any branch, a Vercel deployment is triggered and immediately fails. This happens before the build is even run. The log is very short (I’ve redacted the github branch name + commit hash):

[16:33:20.710] Running build in Washington, D.C., USA (East) – iad1
[16:33:20.830] Cloning [REDACTED]
[16:33:40.538] Cloning [REDACTED]
[16:33:40.780] Error: This deployment is no longer building, it was probably canceled and/or deleted
[16:33:44.725] 

This happens 100% of the time across all branches. Both Vercel and Github status pages are clear.

Any ideas?

It could be related to project configuration. :thinking: What happens if you try to deploy a new project? You can use a template like this one to check: Next.js Boilerplate

same situation with me.seems to be an error on their end.

1 Like

Thanks for the quick reply. I thought it might be configuration-related too, however if I simply redeploy a deployment that was already successfully deployed, I get the same error.

Thanks for giving it a try. I’m checking other similar build errors now since a few people have reported the same behavior. Will loop in the team to investigate

2 Likes

Really appreciate it. I’m sure you’re aware, but the inability to do any builds/deployments is extremely urgent.

I have the same issue and using the vercel CLI with vercel --force successfully deploys. Should be enough for the urgent deploys. Cheers!

Looks like npm is reporting intermittent degraded installs

One would expect that to affect things after it has source. At the point of failure in the logs, it wouldn’t even have started npm: it’s still cloning the repo.

This does indeed work for me, thank you!

@amyegan Good info to pass along to the team as it proves it is not a config issue (or npm for that matter).

We’re still investigating to determine the actual cause. The npm incident was just the first thing I found that might be related :smile:

Thank you for sharing the CLI workaround @kirilltregubov! Anyone looking for more info on how to use that option can find it here: Deploying from local build

2 Likes

I’m having the same issue. I deployed earlier today around 11 am and had no issues. All of a sudden none of my deploys are working. I reverted all my changes thinking it was my code but the issue is not resolving. Is this just something we have to wait for npm to resolve? I’d appreciate any help thanks so much!


We just pushed a fix. Can you redeploy and let me know if it works for you now?

2 Likes

Hey it’s working! Thanks.

4 Likes

Fixed for me also! Thank you to you and the team for resolving it within a day!

4 Likes

Working for me!! Thanks for such a quick response, nice to be a part of such a helpful community :slight_smile:

4 Likes

Working here, too! Thank you! That was incredibly fast!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.