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??
No description
4 Replies
cross
crossOP2w ago
No description
cross
crossOP2w ago
No description
rdutton
rdutton2w ago
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
cross
crossOP2w ago
@rdutton thank you, it worked :MeowHeartCloudflare:

Did you find this page helpful?