Bolt·Fix

Fix: Bolt App Not Loading or Showing Blank Screen

Quick Answer

How do I fix "App not loading" in Bolt?

Refresh the page and try again. Bolt uses WebContainers which can occasionally get stuck. If that doesn't work, try in a different browser (Chrome works best).

Fix signals

What this answers
How to fix app not loading in Bolt.
Fastest move
Refresh and retry
Use this page if
WebContainer shows loading spinner forever

If this keeps happening

Open the next decision if the same bug class keeps coming back

Use these when the troubleshooting page named the failure, but the higher-leverage move is changing the stack choice, support layer, or production workflow.

Quick Fix Summary

IssueApp not loading
Fastest fixRefresh and retry
Use this page ifWebContainer shows loading spinner forever

Symptoms

  • !WebContainer shows loading spinner forever
  • !Blank white screen after generation
  • !Console shows JavaScript runtime errors
  • !App loads partially then crashes

Step-by-Step Fix

1

Refresh and retry

WebContainers can get into stuck states. Hard refresh (Ctrl+Shift+R) the page and regenerate your app.

2

Check browser compatibility

Bolt works best in Chrome. Safari and Firefox may have WebContainer issues. Switch to Chrome if you're having problems.

3

Simplify your prompt

Complex prompts can generate code with runtime errors. Start with a simpler version and add features incrementally.

4

Check the console for errors

Open browser DevTools (F12) > Console to see specific JavaScript errors. These can help identify what's failing.

5

Clear browser data

Clear your browser cache and cookies for bolt.new. WebContainer state can become corrupted.

Frequently Asked Questions

Bolt works best in Chrome. WebContainer support is limited in Safari and Firefox. Use Chrome for the most reliable experience.

Related