Deploys automatically cancel for all branches

Experiencing issues similar to this: Deployments are auto-cancelled, 100% of the time

Total log of the build is three lines:

12:23:19.659 - Running build in Washington, D.C., USA (East) – iad1
12:23:19.892 - Cloning github.com/[org]/[project (Branch: REFACTOR-xxxxx, Commit: xxxx)
12:23:22.000 - Error: This deployment is no longer building, it was probably canceled and/or deleted

For a total time of 4s - no other info provided to us.

Using CLI to deploy doesn’t work either - I run vercel --force and upon finishing selections it immediately says “The deployment has been canceled.”

npm status page says all operational.

Using Nuxt.js 3, have been deploying fine for >1 year, suddenly happened yesterday.

Only unusual thing I can think of is we reverted a deploy, reverted that commit, and deployed the revert.

Any ideas what might be going on?

What happens when you run vercel build on local? If deploying from local build succeeds, that will at least give you a workaround until we can identify why your deployment errors out.

Same thing happens when building locally and deploying with --prebuilt flag:

vercel build

Output: :white_check_mark: Build Completed in .vercel/output [35s]

vercel deploy --prebuilt

Output:

Vercel CLI 41.1.1

:mag: Inspect: https://vercel.com/[url]/HfGhz6oyNTg6uSCbcxYaBRaXncNU [13s]

:white_check_mark: Preview: https://[subdomain].vercel.app [13s]

The deployment has been canceled.

^^ immediate deployment cancellation

I would also like to note that Production builds and deploys are still working fine.

Thank you for trying that. Does the project use any integrations or have and Ignored Build Step command configured?

Integrations are Neon and Slack.

Our Ignored Build Step configuration in the UI is “Automatic”

things have resumed working - we didn’t change anything on our end. if there’s any insight here on Vercel’s end would be greatly appreciated!