brhoomjs / cap-image-cache

Easy way to cache images with angular and capacitor or with ionic and capacitor
MIT License
2 stars 1 forks source link

err compilation with angular15 #1

Open afif-bouzid opened 1 year ago

afif-bouzid commented 1 year ago

Hello my friend I want to use your project but I have a bug in the compilation. it tells me that the image url did not load. can you help me? I thank you

image image image image

I thank you

GabrieleCicconetti commented 11 months ago

@afif-bouzid same error, did you solve it??

jjrom commented 11 months ago

Hello my friend I want to use your project but I have a bug in the compilation. it tells me that the image url did not load. can you help me? I thank you

image image image image

I thank you

I had the same issue - it was due to a CORS issue. If the image you try to reach (https://picsum.photos/200) does not provide an "Access-Control-Allow-Origin": "*" in the header for the GET and OPTIONS http method, it will not work.