Error AtlasError Documentation and Resolution

Vite app shows a white screen because browser extensions are blocking requests

You may see a white screen without logged errors.

A browser extension such as an ad blocker can prevent the Vite client from sending or receiving requests, leaving the page blank without obvious application errors.

White screen without logged errorsruntime
You may see a white screen without logged errors.
  • A browser extension is blocking requests to the Vite dev server or client runtime.
  • Privacy tooling or ad blockers are interfering with dev-server traffic.
  • The blank page is caused by browser-side request blocking rather than app code.
  1. Test the app with browser extensions disabled.
  2. Whitelist the local dev origin if an extension is blocking requests.
  3. Use the network panel to confirm whether dev-server requests are being cancelled or blocked.
Vite: Troubleshooting
Vite white screen without logged errors: causes and fixes | Error Atlas