Mohammad Matini

Results 4 comments of Mohammad Matini

@ShinKyuJin You have to configure S3 to allow CORS for your specific domain. Please see the documentation at https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManageCorsUsing.html and https://docs.aws.amazon.com/AmazonS3/latest/userguide/enabling-cors-examples.html

@aminsaedi > Exact same issue here. > I still get CORS error when using your fork with setting `cacheDisable` to true. The issue I'm talking about here is not a...

@gutofurlan It is possible that you are facing an instance of the CORS headers caching issue fixed by https://github.com/tsayen/dom-to-image/pull/129.This issue affects browsers based on the Chromium engine, like Chrome, but...

Just to clarify: If you are having CORS issues, then it is _most likely_ that `cacheBust` will _not_ help you. The `cacheBust` option does _NOT_ fix CORS issues; it fixes...