Hi everyone,
I’m having trouble accessing v0.app. When I try to visit the site, it either fails to load, shows a blank page, or returns an error. I’m unable to use the platform at all.
Current Behavior
- When I navigate to https://v0.app, the page does not load properly.
- I sometimes see a connection timeout or an error page.
- I have tried refreshing multiple times, but the issue persists.
Expected Behavior
The v0.app homepage should load normally, allowing me to sign in and use the AI-powered UI generation tool.
Steps I’ve Already Tried
- Cleared my browser cache and cookies.
- Tried accessing the site in an incognito/private window.
- Tested on different browsers (
Chrome,Firefox,Safari). - Checked my internet connection – all other websites load fine.
- Tried disabling browser extensions.
- Flushed
DNSand restarted my router.
Environment
- Browser:
Chrome(latest version) - OS:
macOS - Network: Home Wi-Fi (no
VPNactive)
Is anyone else experiencing this issue? Could this be a regional outage or a known issue with v0.app? Any help or suggestions would be greatly appreciated.
Thanks in advance!
UPDATE — Root Cause Found:
After further investigation, I found the actual root cause of this issue. It is a React crash on v0.app’s side, not something on my end.
The page is showing a completely black screen because v0.app’s React application crashed with React Error #310: “Rendered more hooks than during the previous render.” This is an internal bug in v0.app’s code — it means their React components are calling hooks inconsistently, which causes the entire app to crash and render a black screen.
The error originates from their minified production build (chat-static/_next/static/chunks/…), which confirms this is a server-side deployment problem, not a local issue.
This is not something users can fix — it’s a bug on Vercel/v0’s end.
Workarounds that may help in the meantime:
- Hard refresh: Press
Cmd + Shift + Rto do a hard reload (bypasses cache). -
- Clear site data: Go to Chrome Settings → Privacy → Clear browsing data, or open DevTools (
F12) → Application tab → Clear storage for v0.app. -
- Try a new chat: Instead of going to your existing chat URL, try going to v0.app fresh and starting a new conversation.
-
- Try a different browser: If the issue persists, try Safari or Firefox to rule out a browser-specific caching issue.
-
- Wait and retry: This could be a temporary deployment issue on v0.app. Vercel deploys frequently, so it might resolve itself soon.
-
- Check v0 status: Check if others are reporting similar issues on Twitter/X or this Vercel community.
- Hope this helps anyone else experiencing the same problem!
- Clear site data: Go to Chrome Settings → Privacy → Clear browsing data, or open DevTools (