Hi,
I am hosting a few fonts for my Django application on spaces. They were working ok for a little bit but now I get this error:
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
How do I fix this? I have set the CORS policy on Spaces for this bucket as follows:
Origin: https://*.ondigitalocean.app
Allowed Method: GET HEAD
I do not know what to do with allowed headers. Any help would be much appreciated.
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!
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.
This is what fixed my problem. You have to write the name of the domain without the final “/”
This comment has been deleted
OMG I HAVE THE SAME ISSUE NOW, its driving me crazy. I have tried everything