I'm trying to use the Dashboard but the page load garbage as if no CSS style was applied:
https://imgpile.com/i/unqmEr
The network tab in Firefox doesn't show any missing CSS.
Hi, we have encountered the issue, and it is caused by https://apps.fedoraproject.org/global/fedora-bootstrap-1.5.0/fedora-bootstrap.css sometimes being served by the server as text/html instead of text/css, which Firefox then refuses to parse.
Sadly, it happens realy randomly (you could try yourself using
curl -s -D - -o /dev/null https://apps.fedoraproject.org/global/fedora-bootstrap-1.5.0/fedora-bootstrap.css | grep content-type:
We decided to bundle the css for now, but I guess the "fixed" version is not yet deployed. @frantisekz @lbrabec ?
As a workaround, you could try flushing the Firefox cache for the page and reloading, or using Chromium (which seems to not mind the mangled content-type).
Thanks i'll try that.
Fix should be deployed.
Metadata Update from @frantisekz: - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/apps/packager_dashboard/issues/39
Please continue any further discussion there.