v0.app failing to load with connection timeout or blank page

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

  1. Cleared my browser cache and cookies.
  2. Tried accessing the site in an incognito/private window.
  3. Tested on different browsers (Chrome, Firefox, Safari).
  4. Checked my internet connection – all other websites load fine.
  5. Tried disabling browser extensions.
  6. Flushed DNS and restarted my router.

Environment

  • Browser: Chrome (latest version)
  • OS: macOS
  • Network: Home Wi-Fi (no VPN active)

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:

  1. Hard refresh: Press Cmd + Shift + R to do a hard reload (bypasses cache).
    1. Clear site data: Go to Chrome Settings → Privacy → Clear browsing data, or open DevTools (F12) → Application tab → Clear storage for v0.app.
      1. Try a new chat: Instead of going to your existing chat URL, try going to v0.app fresh and starting a new conversation.
        1. Try a different browser: If the issue persists, try Safari or Firefox to rule out a browser-specific caching issue.
          1. Wait and retry: This could be a temporary deployment issue on v0.app. Vercel deploys frequently, so it might resolve itself soon.
            1. Check v0 status: Check if others are reporting similar issues on Twitter/X or this Vercel community.
          2. Hope this helps anyone else experiencing the same problem!
1 Like

Did you know there’s another category dedicated to v0 topics? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

Our docs are a great place to start.

We also have a walkthrough to help guide your workflow.

And these recordings can give you a look at v0 features and strategies in action shown by our Community:

https://community.vercel.com/tags/c/events/42/v0

Can you share the chat ID where this happened? It’ll help the team repro the issue so we can get it fixed more quickly :folded_hands:

Hi Amy, the issue isn’t specific to a single chat — the entire v0.app site fails to load and shows a blank black screen. The URL I’m trying to access is https://v0.app/trenith/chat, but the page crashes before rendering anything. As I mentioned in my update above, it appears to be a React Error #310 (“Rendered more hooks than during the previous render”) coming from the production build. I can’t provide a specific chat ID because the site won’t load at all to let me access my chats.

Having the same issues with the v0 app, very annoying… Upon logging in all I get is a blank black screen.

I’m seeing this too

I’m having the exact same issue.
Chat id: v0 by Vercel - Build Agents, Apps, and Websites with AI

Thanks

Solution summary

To fix the v0.app blank screen, perform a hard refresh using Cmd + Shift + R or clear the site data via the Application tab in your browser’s DevTools. If the error persists, try navigating directly to the v0.app homepage to start a new chat or switch to a different browser to bypass corrupted local cache while waiting for a new deployment fix from Vercel.