Hello,
I’m facing several ongoing issues across v0 that are blocking normal development. I’ll explain everything clearly and simply below.
1. Old branch (before v0 interface update)
- In the old branch (where the
v0interface is not updated),GitHubshows as connected in settings, but in reality the connection does not work correctly. - Development changes still save correctly and the project itself works perfectly.
- However, the PR button has been unavailable for the last 6 days, so I cannot create or merge PRs from this branch.
2. Duplicate branch → moved to beta v0
- Because
PRwas blocked, I duplicated the branch, which moved me to the new v0 beta interface. - In
beta, the project generally runs, but authentication keeps breaking repeatedly. - I have now created 11+ branches, including duplicates, and the
authissue keeps appearing across them.
3. PR workflow problems
- In new/
betabranches, the PR button is visible. - However, whenever I try to create a
PR, I get an error saying:
“An unexpected error occurred.”
- This happens consistently, so PRs are still effectively blocked.
4. v0 agent instability
- In both old and new branches, the
v0agent often stops suddenly. - A red error message appears like:
“Something went wrong. Please retry, delete, or start a new chat.”
- After this, the agent becomes unusable.
5. Team member access is broken
- We are using a team account, and team members have full access.
- In new
betabranches:- Team members can open the project and chats
- But they cannot edit or develop
- They cannot talk to the v0 agent
- They cannot add the project to Favorites
- As the owner, I can do everything normally.
- Even though team members have access, they are blocked from actual development.
6. Preview vs production auth mismatch
- In new
betabranches, authentication is broken in preview:- login hangs
- project takes a very long time to load before tabs and features appear
- However, when I create a deployment directly from Vercel and select the same branch:
- authentication works correctly in production
- This means the same code behaves differently in preview vs production.
Summary
- Old branch: project works, but
PRis blocked. - New/beta branches:
PRexists but fails,authkeeps breaking. - v0 agent: unstable across branches.
- Team members: cannot develop despite full access.
- Preview environments: behave differently from production.
At this point, these issues appear to be platform-level (v0 preview, permissions, PR workflow, or internal state) rather than application code problems.
Any investigation or guidance would be greatly appreciated.
Thank you.