Current Behavior: The main Vercel dashboard overview incorrectly displays a “No Production Deployment” label for my projects, despite having active and successful production builds.
Expected Behavior: The dashboard should recognize the active production deployments on the main branch and display the assigned production domains (e.g., jesus-house.vercel.app) beneath the project names.
Steps to reproduce:
-
Push a commit to the
mainbranch that triggers a successful build. -
Verify in the Deployments tab that the latest build is successful, active, and explicitly marked as the Production environment.
-
Verify in Settings > Domains that a domain is successfully assigned to the Production environment with a valid configuration.
-
Verify in Settings > Environments > Production that Branch Tracking is correctly set to the
mainbranch. -
Navigate to the main Vercel dashboard overview.
-
Observe that it still states “No Production Deployment” under the project name. Hard refreshing the browser or clearing the cache does not resolve this UI desync.
Affected Projects: jesus-house and enclave (Team: SankofaForge)
Environment: Production
Project Settings:
-
Branch Tracking: Confirmed set to
main. -
Domains: Custom
.vercel.appdomains are attached directly to the Production environment.
