kozakdenys / qr-code-styling

Automaticly generate your styled QR code in your web app.
https://qr-code-styling.com
MIT License
1.46k stars 470 forks source link

Image not loading from url #94

Open sir-guevara opened 2 years ago

sir-guevara commented 2 years ago

The qrcode center image should be loadable from qrcode

chiptu commented 2 years ago

Should be related to Cross Origin Ressource Sharing , try to set options.imageOptions.crossOrigin = "anonymous" maybe check your cors options in your http request from your server

andrewjdavison commented 1 year ago

Thanks for the tip... unfortunately this one didn't work for me. In fact adding this made the entire QR code disappear, where previously it was just showing a white square instead of the central image.

My server is able to fetch other images from S3 just fine, so I presume my general cors settings on the server are fine.

Does anyone else have any ideas?

piyushsinghania commented 5 months ago

Facing the exact same problem @andrewjdavison