Closed woganmay closed 1 month ago
It renders fine for me on macOS with both Firefox and Safari.
Thanks @sebastianbergmann ! I've got 2x OSX users on my side using Safari that it does not render for, which is strange! Any suggestions on troubleshooting this? I'm getting specific versions now and working with @nikspyratos to troubleshoot.
Update: Nik is using
The other person is using:
Safari 18.0.1 (20619.1.26.31.7) renders the report just fine for me on macOS Sequoia (15.0.1). I am sorry, but I do not think that I can help you.
Yeah it's looking like a weird edge case possibly involving Cloudflare Tunnels messing up MIME types @sebastianbergmann - I'll resolve this one in the rare event someone else comes across this.
Update: Confirmed 🎉
It works when served via Cloudflare's LHR hub, but the JNB hub responds with Content-Type: text/plain
which causes the browser itself not to treat the CSS files as CSS.
In short: The --coverage-html does its job, renders HTML, and it renders 100% fine using Chrome on Windows:
And despite all the CSS and JS loading, no console/network errors, etc, it fails to apply the CSS styling using Safari on Mac:
Any ideas?