Hello v0 Team,
I’m reporting a critical, persistent platform issue that is blocking development entirely. Below is a clear, factual summary of everything I have experienced.
1. Repeated branch creation failures
- I have created 7+ new branches (fresh, duplicate, and renamed).
- None of these branches behave reliably inside
v0. - New branches often inherit broken state from previous ones instead of starting clean.
2. GitHub access desync (Critical)
- I am the repository owner with full
GitHubandVercelaccess. - Team members also have valid
GitHubpermissions. - Inside
v0, both I and team members see:
“You do not have access to ”
- This occurs on:
- Old branches
- Duplicate branches
- Newly created branches
- This clearly indicates a stale or corrupted GitHub App permission state on the v0 side.
3. Team members locked out inside v0
- Team members with full
GitHubaccess:- Cannot open
v0chats - Cannot interact with the repository
- Cannot open
- Access works correctly on
GitHub, butv0denies access.
4. Authentication breaks on new / duplicate branches
Supabaseauthentication works on one branch but fails on others.- On new or duplicated branches:
- Login never initializes
- Infinite loading occurs
ENVvariables are present and verified.- This shows branch-specific environment or preview auth desync inside
v0.
5. Old branch is fully working — but PR button is missing
- One old branch is fully functional:
- App loads correctly
- Features work as expected
- However:
- The PR button is not available in
v0for this branch - This prevents merging or continuing proper workflows
- The PR button is not available in
- So even the “working” branch is effectively blocked.
6. Duplicate branches do not reset state
- Creating duplicate branches does not guarantee isolation.
- Permission, auth, and deployment issues often persist across duplicates.
7. PR & chat workflow unusable
v0chats tied to certain branches fail to load.PRcreation intermittently errors out or is unavailable.- Switching branches does not consistently resolve issues.
8. Credits lost due to platform instability
- Significant
v0credits were consumed attempting to debug issues that later proved to be platform-level, not code-related.
9. Issues began after platform instability window
- These problems started after:
GitHubdisconnect/reconnectv0sandbox instability- Early February
Vercel/v0incidents
- Strong indication of corrupted internal state rather than misconfiguration.
Overall Impact
- Development is completely blocked.
- Branches cannot be trusted.
PRworkflows are broken.- Team collaboration inside
v0is unusable. v0access does not reflect actualGitHubpermissions.
Core Pattern Observed
Branches, permissions, auth, and
PRavailability appear to share a corrupted internal state insidev0that cannot be resolved from the user side.