Deployments list requires hard reload; initial load shows skeleton for >60s

Two reproducible issues with the Vercel dashboard Deployments page:

  1. Deployments list does not update after triggering a redeploy
    After triggering a redeployment (via the “Redeploy” action), the new deployment appears on the deployment detail page but is absent from the
    deployments list. The list only updates after a manual hard reload (Cmd+Shift+R). There is no live update or even a soft refresh — the stale list
    persists indefinitely.

  2. Initial page load shows skeleton UI for over 60 seconds
    On initial navigation to the Deployments page, all content renders as skeleton/shimmer placeholders for over a minute before actual data appears.
    This is not a network issue — other pages load normally during this time.

Expected behavior:

  • The deployments list should reflect new deployments within a few seconds, without requiring a manual reload.
  • The initial page load should resolve within a few seconds.

Environment:

  • Browser: Chrome
  • Reproducible: yes, consistently