Hey everyone,I’m hitting a wall with my v0 workflow and would appreciate any insight from those who’ve experienced this platform-level failure.I’m trying to deploy a fixed project, but neither of the standard deployment methods from v0 are working for me right now.
The Problem: Two Broken IntegrationsDirect Vercel Deploy Failed: The manual ‘Deploy to Vercel’ button often fails (or doesn’t update past 12 days ago).v0 $\rightarrow$ GitHub Push Failed: When I try to push the code from the v0 UI (using the GitHub icon), it silently fails or doesn’t complete the push to my new or existing GitHub repository.Because I can’t push to GitHub from v0, I can’t even get to the Vercel Dashboard to deploy the latest code via Git.
What I’ve Tried:Checked GitHub App Permissions (Vercel has access to all repos).Confirmed my local Git config matches my GitHub/Vercel email (though this is for local pushes, not the v0 UI push).Verified the previous build error (Dynamic server usage: used cookies) is fixed in the latest v0 code.Current workaround: I have to manually download the ZIP and use the Vercel CLI, which is not sustainable.
The Ask: Has anyone seen a scenario where v0 loses authorization for BOTH services (Vercel API and GitHub push) simultaneously?It feels like the underlying OAuth token or API key that v0 uses to interact with my Vercel and GitHub accounts has expired or been revoked.Has anyone managed to manually re-authorize v0’s connection without involving Vercel Support?Is there a “disconnect all services” setting in v0 that I’m missing, which I could use before re-linking?