Hi Vercel team,
I’m having an issue where GitHub pushes to a Vercel-connected project are no longer creating Vercel deployments.
Project: dynasty-trade-finder-live
Project ID: prj_yEOP0WSbcwtQ3WNtkK0s2yYS5lEH
Vercel team: dynasty-fi-nder
GitHub repository: cmarateaa-ux/Dynasty-trade-finder
Current branch: autopilot/trade-finder-workflow-v1
Current commit: efc347d3fa0e637afe96e20b0d0d61a4187385a4
PR: #11 — feat: clarify primary Trade Finder workflow
The problem is specifically that Vercel never creates a deployment record for the new commit.
The last successful Vercel deployment was:
Commit: 283339ba774025d646da16f01a73f1f4fbecccb8
Branch: work/live-foundation-functional
Commit message: fix: reject tiny filler assets in recommendations
Since then, pushes to the development branch have produced no Preview deployment at all — not Ready, Building, Error, or Canceled. There is simply no deployment record.
What I have already checked:
- The Vercel GitHub App is installed and active.
- GitHub App repository access is set to All repositories.
- The Vercel project is connected to the correct GitHub repository.
- I disconnected and reconnected the GitHub repository in Vercel.
- Vercel Project Settings → Git shows the repository as connected.
- deployment_status Events are enabled.
- repository_dispatch Events are enabled.
- Commit Status is enabled.
- Pull Request Comments are enabled.
- Build and Deployment → Ignored Build Step is set to Automatic.
- Root Directory is /.
- Framework is Vite.
- There is no vercel.json.
- There is no vercel.ts.
- There is no .vercel/project.json.
- There is no git.deploymentEnabled configuration disabling deployments.
- The repository's own CI passes:
- npm test
- npm run build
- Playwright E2E smoke tests
- A fresh commit was pushed after reconnecting the Git integration, and it still produced no Vercel deployment.
This does not appear to be a normal build failure because no deployment object or build log is ever created.
Could you please investigate the GitHub → Vercel deployment event processing for this project and commit?
Specifically, I would like to know whether the GitHub event is reaching Vercel and, if so, why the deployment is being dropped before a deployment record is instantiated.
I can provide additional GitHub/Vercel diagnostic information if needed.
Thank you.