Question
Configuring access conrol allow origin
Access to font at ’https://acsess.sgp1.digitaloceanspaces.com/acsess/plugins/fonts/outline-icons.ttf’ from origin ’http://localhost:8000’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
These are one of the files from collectstatic.
This is the error I get on my spaces account.
I am using Django with Boto3 and django-storages.
How can I get these files to work.
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.
×