Images dont show in preview

using bolt.diy on windows in the code added links to actual photos but in the preview its broken

i had the same problem.
it’s because of CORS (when there is website inside a website, browser won’t display it)
my llm fixed it when i asked something like “images are not rendering because of CORS, can you fix it?”

Hi daybot,

can you post the link to the images you´ve got?

Guess its a problem with the devlivery of these images you are using. If it is e.g dummyimages from the following, these websites do not sent the correct headers with it:

If you try to get e.g. the google logo:

=> it should work (I tested and worked for me)

thx for the help it actually worked

1 Like

i’m running into the same problem in both with and without docker.

the links i’m using are working fine, but the images aren’t rendered in the container.

Any suggestions ?

Did you check if it works when you replace your image-links with e.g. the google-logo link I posted? (as suggested before)