Breeze Cache Breaks the css of my website
-
The breeze plugin breaks the style of my website and causes it to become all messed up. I’ve narrowed it down to a css file that is output by my wordpress theme (Oxygen Builder).
The error reads:
(index):56 Resource interpreted as Stylesheet but transferred with MIME type text/html: “https://wordpress-240273-750619.cloudwaysapps.com/podcasts/?xlink=css&nouniversal=true&ver=5.0.3”.Here is a screen shot of the broken site and the warning in the console:
https://ibb.co/hBnh2L6This is how the site header should look when not broken:
https://ibb.co/JzxQ78WIs there a way to tell breeze to use the right content encoding with this file (if that is what is causing the issue – though the warning does say it is still being interpreted as a style sheet).
Otherwise is there a generic way for me to ignore this file? I can choose to “never cache these URLs” in the Advanced Options tab, but since the issue is across every page of the website, which gets its own version of the url, I’d have to add every page AND EVERY NEW POST to this never cache option.
ie
https://wordpress-240273-750619.cloudwaysapps.com/podcasts/?xlink=css&nouniversal=true&ver=5.0.3
https://wordpress-240273-750619.cloudwaysapps.com/about/?xlink=css&nouniversal=true&ver=5.0.3
https://wordpress-240273-750619.cloudwaysapps.com/post1/?xlink=css&nouniversal=true&ver=5.0.3
https://wordpress-240273-750619.cloudwaysapps.com/post2/?xlink=css&nouniversal=true&ver=5.0.3Unless I can use a wild card? I tried the following lines to no avail:
xlink=css&nouniversal=true&ver=5.0.3
https://wordpress-240273-750619.cloudwaysapps.com/.*/?xlink=css&nouniversal=true&ver=5.0.3
- The topic ‘Breeze Cache Breaks the css of my website’ is closed to new replies.