For bienehuus.netlify.app I hace a CORS error which is new.
So far I had the a SIMPLA-CMS Site running on a company server and was pulling the DATA via GITHUB from NETLIFY. Since about a week I get a CORS error for the live site www.bienehuus.ch.
You can get the log here: https://www.dropbox.com/s/k4mxun9vgb28p8f/bienehuus.ch-1588242973224.log?dl=0
I set the _headers to
/*
Access-Control-Allow-Origin: *
and netlify.toml to
# 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 = "*"
The Problem is still happening. I checked with the SIMPLA devs and they say it must be on NETLIFY side.
This is urgent since it is a life site for a client.
Any help appreciated.
Best regards
Niklaus