Issue is near identical to problem described at GitHub to Vercel deployment issues
Out of nowhere, vercel no longer sees anything I push to my github. There have been multiple disconnections and reconnections, as well as reinstallation of vercel app on github. No matter what I do, a webhook will not be auto generated on the github side. I have even created a manual github webhook and it is still not seeing the new pushes.
I am unable to find a git metadata issue that could be causing it. I am also not even seeing any error messages, it simply isn’t registering the new code.
I am uncertain on how to continue troubleshooting this issue.
Any advice would be appreciated.
UPDATE: I saw in the troubleshooting guide that changes to vercel.json (which I did make) required authorization, but I have not seen any notifications or places where I can approve that change. Could that be the issue?
UPDATE 2: I am now receiving emails that deployments are failing, but no deployments are showing on my vercel dashboard. This appears to be from my manual webhook that I set up, but absolutely nothing is registering on my actual vercel dashboard.