Vercel preview deployments get immediately canceled and redeployed

Since there was some history revision, it sounds like a build cache issue. There are a couple of ways to test this with a new deployment.

  • Add an Environment Variable called VERCEL_FORCE_NO_BUILD_CACHE with a value of 1 in Project Settings to skip the Build cache
  • Use the CLI vercel --force command to start a new deployment without the Build cache

Some additional info is available here: Troubleshooting Build Errors

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