github Shoshuo/Prismarr v1.0.2
Prismarr v1.0.2

latest releases: v1.0.4, v1.0.3
11 hours ago

Fixed

  • Production Docker image now runs php bin/console asset-map:compile at
    build time so that the hashed CSS/JS files under public/assets/ are
    actually present. Previous v1.0.0 / v1.0.1 images shipped without
    compiled assets: under APP_ENV=prod (the default for the published
    image) every request to /assets/styles/app-XXXX.css,
    /assets/app-XXXX.js, etc. fell through to the framework error page,
    which Firefox / Chrome rejected with NS_ERROR_CORRUPTED_CONTENT and
    "blocked due to MIME type (text/html)" because of X-Content-Type-Options: nosniff. The whole UI rendered unstyled. The dev compose
    (APP_ENV=dev) served assets dynamically via AssetMapper, which is why
    the bug was invisible during local development and only surfaced once
    someone ran the published image in production.

Don't miss a new Prismarr release

NewReleases is sending notifications on new releases.