Hi, I’m trying to use v0’s live preview to speed up iteration on my project, but the preview pane next to the chat just shows a spinner. However:
- The agent’s chat claims the app has loaded and provides screenshots
- The “preview” and “production deployment” buttons both load the app fine
- I’ve tried refresh, hard reload, new sessions — no change
**Console errors (DevTools → Console):**
When I check the preview pane’s console, I see repeated:
- `GET Unauthorized - v0 by Vercel - v0 by Vercel … 502 (Bad Gateway)` — the preview VM itself returning 502
- `WebSocket connection to wss://sb-13ck1labwwpm.vercel.run/ failed` (reconnecting 1000ms, 2000ms, 4000ms…)
This tells me the preview sandbox VM has crashed or failed to provision, since production works fine. The agent’s screenshot seems to fire on an iframe load event even when the 502 error page loads, which is why it claims success.
**My setup:**
- Project: Tauri + React
-Github linked
- OS: macOS
- Browser: Chrome
- The app code itself is fine (proven by prod/preview button working)
Is this a known v0 sandbox infra issue, or is there a way to force re-provision a fresh VM? I want to take advantage of quick editing but right now I’m stuck in an edit → rebuild loop.