URGENT. I’m spending advertising money on this site.
I have an odd problem. I’m getting console errors in Chrome and am unable to load my google fonts:
Access to font at ‘about:blank’ (redirected from ‘https://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2’) from origin ‘https://www.larsxn.com’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
This problem only occurs when I access my site from production: www.larsxn.com.
The font problem does not exist when you access the website here:
https://5edc72971bc8620008178a3b--determined-mirzakhani-53692a.netlify.app/
And the font problem does not exist here on github pages:
https://clarson10024.github.io/Larsxn_Music/index.html
I am using (after reviewing this forum) netlify.toml with the following:
The following redirect is intended for use with most SPAs that handle
routing internally.
[[redirects]]
from = “/*”
to = “/index.html”
status = 200
[[headers]]
Define which paths this specific [[headers]] block will cover.
for = “/"
[headers.values]
Access-Control-Allow-Origin = "”
And _headers with:
/*
Access-Control-Allow-Origin: *
Here is my deploy log:
12:52:39 AM: Build ready to start
12:52:41 AM: build-image version: 30f629161c0736b1a3ecd8b418e5eeffab5c0faf
12:52:41 AM: build-image tag: v3.3.14
12:52:41 AM: buildbot version: 960d989224ecbd0e01be03c5f7dffe3d8f543e02
12:52:41 AM: Fetching cached dependencies
12:52:41 AM: Starting to download cache of 53.0MB
12:52:42 AM: Finished downloading cache in 455.242803ms
12:52:42 AM: Starting to extract cache
12:52:42 AM: Finished extracting cache in 551.042103ms
12:52:42 AM: Finished fetching cache in 1.020157548s
12:52:42 AM: Starting to prepare the repo for build
12:52:43 AM: Preparing Git Reference refs/heads/master
12:52:45 AM: No build command found, continuing to publishing
12:52:45 AM: Starting to deploy site from ‘/’
12:52:45 AM: Creating deploy tree
12:52:45 AM: Creating deploy upload records
12:52:45 AM: 2 new files to upload
12:52:45 AM: 0 new functions to upload
12:52:45 AM: Starting post processing
12:52:46 AM: Post processing done
12:52:46 AM: Site is live
12:52:48 AM: Finished processing build request in 7.296977842s
When I press the ‘Preview’ button above my log, I’m taken to this site where the fonts are fine:
Please see the reference to the Netlify site above.
However, when I press the ‘Preview Deploy’ link on the Published Deploy tab, I go to the production version of my website where the font problem exists and I get see the error message in the Chrome console.
I had google analytics, google tag manager, and FaceBook pixel snippets, but all have been commented out.
Fortunately, this problem is limited to Chrome and ios and safari version show the correct fonts. But the site looks awful on Chrome. I’ve spent hours on this, and the problem must somehow be related to the Netlify deployment. I am using my own domain, mentioned above. I have not had font problems in the past week. This appears to be new.
Any help you can give me will be greatly appreciated. My site looks awful.