Question

Spaces CORS issue

My site in chrome is blocking an image used in CSS for the mask-image property. Works fine in the good browser.

Chrome error from console:

Access to image at 'https://cdn.lospec.com/static/palettes/dither.png' from origin 'https://lospec.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

I tried adding CORS settings like this, but it still does not work.

I tried purging it from the cache, but it still does not work.

What am I doing wrong?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

For anyone running into the same issue, I solved this by disabling cache in the javascript call using no-cache:

$.get({url: 'https://baseurl.cdn.digitaloceanspaces.com/image.png', cache: false})

I believe this has to do something with the CDN.

Because the CORS configuration is working as expected when the Origin endpoint is used.

@bobbyiliev: could you please help us set CORS for the CDN endpoint as well?

Bobby Iliev
Site Moderator
Site Moderator badge
August 15, 2022

Hello,

I’ve just tested your website and it seems to be working as expected via Chrome, would you mind sharing how did you fix the issue besides following the steps from the documentation here:

https://docs.digitalocean.com/products/spaces/how-to/configure-cors

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel