Describe the bug
Preview is not loading, in Bolt.new as well as Stackblitz platforms. Tried to view on a new tab. still don't know why it doesn't work.
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-brjjjb4u?file=src%2FApp.tsx
Steps to reproduce
pkill -f "vite" || true
rm -rf node_modules/.vite
npm install
npm run dev
Expected behavior
Expected the preview of the app to load on the preview tab or a new tab to test.
but it does not show in both of these options.
Parity with Local
Screenshots
No response
Platform
Browser name = Chrome
Full version = 137.0.0.0
Major version = 137
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 78880996,
"usedJSHeapSize": 76175948,
"jsHeapSizeLimit": 4294705152
}
Hash = cb7c0bca
Additional context
No response