As you can see, it shows this error: " Resource interpreted as Stylesheet but transferred with MIME type text/plain". And after turning Cloudflare’s development mode on and off it looks ok again:
That message seems to refer to your main page. Could it be that your site attempts to embed your main page as CSS resource under some circumstances? I presume you automatically generate the CSS links, so could it be you cut off the actual CSS path in these cases?
Do you get the error regularly? If so, try to pause Cloudflare and check if you still get the message.
Thanks for your answers. I have deactivated JavaScript Auto Minify from CF and i haven’t been able to see the issue again. Maybe that was the issue? Hard to believe.
Difficult to tell. It appears to be CSS, not JavaScript, related and Cloudflare’s Minify usually doesnt touch the content type, however Minify only works in caching context, which development mode disables.
In order to tell more, we would need to be able to reproduce the issue.
My website is at https://www.tucango.com/en but I don’t see the issue at any page right now. I will be checking and notify you if the issue comes up again
Hence my question earlier, if this is a regular error whenever it occurs. If it only happens intermittently it is hard to debug. As I said before, you might want to pause Cloudflare in that case and check if you still experience the issue.
Right now the most likely explanation will be that your site occasionally generates a CSS link incorrectly.
I think that it’s related to CloudFlare because if I activate the development mode while the issue occurs, it starts working fine again. I will be writing as soon as I see the problem again.
That could simply mean that your server generated aforementioned invalid link and you got it cached on Cloudflare’s side. This is most likely something you should debug on your server.