-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images dont show when download #40
Comments
I have this issue too! Looking for a solution? |
This is a guess, but potentially it cant get access to the image due to CORS? |
did u solve ur issue ? |
CORS is added automatically, shouldn't be CORS |
but i still face the same issue |
Any ideas on this issue? I am facing the same problem, images are not downloaded because of the CORS (from google cloud storage) Great lib by the way |
@NickNish09 You have to enable CORS on your server. For GCS, there's a |
Nice! It worked! Thanks a lot. |
Facing the same issue for AWS bucket even after adding CORS. |
I’m having a similar issue, but I believe mine is related to safari. Using iOS all generated images are only white. Even using inspector in chrome and selecting a iOS device gives me same result, a white image. |
Hi, I downloaded it as image but the downloaded component is white |
@nsinterior-dev Did you download it on an iOS device, or using chrome inspector and selecting a iOS device in there? |
Any other solutions than setting CORS on google bucket? Even this didn't help in my case. Browsers tested: EDITSo I got it working by settings the exact domain in the origin array |
Hi, I'm also experiencing a similar issue same issue. When I download the image on a iOS device at first it looked like the image was just black but after many tests I managed to see something on the downloaded image, so it looks like the esxported component is not positioned correctly? Please see attached exported image |
I got the same bug, reported it here → #62 |
Hi, I've managed to make the image position correctly on mobile when downloaded with some html2canvasOptions
I am now facing a weirder issue. The component I am trying to export is composed by two overlapped images. On desktop it's exported perfectly but on mobile the overlapping image doesn't show. I can only see a grey border around it. Here is the exported file and this is what it should look like |
i have a Component that uses a image that i have upload to firebase. when downloading the component, the image does not show. is there a workaround this?.
The text was updated successfully, but these errors were encountered: