I’m running into an issue with the new v0 GitHub workflow.
I keep getting this error in chat:
“The repository /xxx was deleted or renamed. Start a new chat.”
But the repo is not deleted. Everything looks fine in GitHub and Vercel.
Diagnostic Findings
After digging into Project Settings → Git, I found this instead:
GitHub fetch error - status: 403
API rate limit exceeded for installation ID
So it seems like this is actually a GitHub API rate limit issue, not a repo issue.
Current Behavior
- The error message is misleading
- Creating a new branch sometimes works briefly, then fails again
- There’s no way (that I can see) to control or reduce API calls in
v0
Questions
- Is
v0currently hittingGitHubrate limits under normal usage? - Is there any workaround besides waiting?
- Should we avoid certain workflows (branching, reconnecting, etc.)?
Curious if others are seeing this.