I'm getting this odd error regularly in my logs...
2015-05-17 13:23:27,375 [113] ERROR
Umbraco.Web.UI.CdfLogger [(null)] - [Thread 113] Could not load file contents
from /css/bootstrap.css. Domain is not white-listed.
Things I can tell you.
1. Using Umbraco 7.2.4 2. Use bundles in code with CDF 3. Site uses subdomains off of some of the nodes.
Does anyone have any idea why i'm getting this error?
Domain whitelist error in CDF Umbraco 7.2.4
Hi
I'm getting this odd error regularly in my logs...
2015-05-17 13:23:27,375 [113] ERROR Umbraco.Web.UI.CdfLogger [(null)] - [Thread 113] Could not load file contents from /css/bootstrap.css. Domain is not white-listed.
Things I can tell you.
1. Using Umbraco 7.2.4
2. Use bundles in code with CDF
3. Site uses subdomains off of some of the nodes.
Does anyone have any idea why i'm getting this error?
Thanks
Martin
I'm still getting this error every time I republish, a few hours pass and wham lots of errors. Has anyone else encountered this?
Martin
Try setting the bundleDomains property in ClientDependency.config to your domain name. I had the same issue with this and this did the trick.
is working on a reply...