stackblitz / bolt.new

Prompt, run, edit, and deploy full-stack web applications
https://bolt.new
MIT License
7.67k stars 2.74k forks source link

Issue in the Preview feature #2008

Closed ri0vl4d closed 6 days ago

ri0vl4d commented 6 days ago

Describe the bug

While the code provided works seamless when deployed on netlify, it fails to preview the project in my preview bar.

The preview bar despite pointing to the right address fails to display the website preview. Screenshot from 2024-11-11 21-45-18

Above is a preview of the image for a more precise understanding.

Link to the Bolt URL that caused the error

https://bolt.new/~/sb1-am4dz1

Steps to reproduce

  1. Go to the bolt prompt bar.
  2. Put a prompt to develop any simple application. Including a simple ui ux design based page.
  3. Wait for it to start the server or run the app
  4. Preview will display a blank page.

Expected behavior

The preview is expected to return how the project should look in case it was deployed.

Screen Recording / Screenshot

image

Platform

Browser name = Firefox
Full version = 132.0
Major version = 132
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
performance.memory = undefined
Username = ri0vl4d
Chat ID = 8c57a358208f

Additional context

No response

endocytosis commented 6 days ago

Appreciate the feedback! We are aware of this issue and are tracking it here: #1791. You can also try typing “npm run dev” in the Bolt console to see if that resolves the issue. We appreciate your patience as improvements continue to be made!