Deployment Summary and Build Logs Greyed Out and Unresponsive across All Projects

I am currently unable to view or expand build logs for any of my projects on the Vercel dashboard. The Deployment Summary and Building accordions are completely greyed out and unresponsive, leaving me without any details or error messages on why my deployments are failing.
This issue is occurring across all of my projects. I have tried basic browser troubleshooting, but the UI elements remain locked. Please help me investigate why these dashboard controls are unresponsive on my account.

Hi,

If this is happening across multiple projects rather than a single deployment, I’d first try to determine whether the issue is with the dashboard UI or with the deployments themselves.

A couple of useful checks:

  • Open the same deployment in an incognito/private window.
  • Try a different browser.
  • Open DevTools → Network and see whether requests related to deployment details are failing with 4xx/5xx responses.
  • Check whether older deployments are affected too, or only new ones.

If the deployments themselves are succeeding but only the Summary and Build Logs panels are unavailable, that points more toward a dashboard-side issue than a build problem.

Can you share a screenshot of the greyed-out state and whether it affects all projects in the workspace or only one?