css doesn't load on custom domain
https://hazama.pages.dev/ is linked to https://teamhazama.com/
But teamhazama domain doesn't load any css??

4 Replies


Looking at the difference in network requests made between the 2 sites, the live one is calling rocket-loader.min.js whereas the dev one is not. Try temporarily disabling 'rocket loader' in the Cloudflare dashboard to see if that makes a difference.
Also, on the rocket loader info page they talk about checking your CSP (content security policy) so you might want to read: https://developers.cloudflare.com/speed/optimization/content/rocket-loader/enable/
and
https://developers.cloudflare.com/fundamentals/reference/policies-compliances/content-security-policies/#product-requirements
@rdutton thank you, it worked
:MeowHeartCloudflare: