My GitHub pushes to my repo (wingroupinversiones/plataforma-bim) have stopped triggering new deployments on my project "plataforma-bim-49hl" since around 5+ hours ago.
What I've confirmed so far:
- The GitHub App integration still has repository access granted (confirmed in github.com/settings/installations)
- The connected Git repository in Project Settings → Git is correct and shows no disconnection
- There's only one duplicate project in my account with no domain/no deployment, ruling out a "wrong project" issue
- I tried creating Personal Access Tokens (2 different ones, generated fresh from Account Settings → Tokens) to deploy via CLI as a workaround, but both return "User not found" when calling curl https://api.vercel.com/v2/user, even though I'm logged into the dashboard normally with the same account
- status.vercel.com shows all systems operational
- The last successful deployment was several hours ago; every commit since then simply doesn't appear in the Deployments list at all — not even as "Building" or "Error"
I'm on the Hobby plan, so I don't have access to a dedicated support ticket for this. Has anyone experienced something similar, or does anyone know what else I should check?