Cloudflare breaks my website layout

I have setup Cloudflare as a DNS Proxy to my Netlify Nuxt website. However, when I activate Cloudflare, my website layout transforms my header (only the header for some reason) Turning on the "development mode" fixes the problem. I have turned off all Page Rules / Cache Rules (have none), and purged cache a million times. Any suggestions?
1 Reply
Chaika
Chaika7mo ago
Dev mode disables cache, some features only run from cache. Auto Minification can cause issues with some frameworks, under Speed -> Optimization -> Content Optimization, disable Auto Minify. Disabling Rocket loader in the same section is a good idea as well as it's not going to help your nuxt site and could be causing some amount of issues as well.

Did you find this page helpful?