Base solution for your next web application
Open Closed

Minification failed and bad request #3680


User avatar
0
trukuxzo created

I have a two problems in production.

  1. Minification failed. Returning unminified contents

  1. 400 Bad Request

Any help

Regards


2 Answer(s)
  • User Avatar
    0
    trukuxzo created

    The images.

    1. Minification failed. Returning unminified contents

    2. 400 Bad Request

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    For minification problem, you can follow this issue <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/490">https://github.com/aspnetzero/aspnet-zero/issues/490</a>. For woff problem, you might need to allow woff mime type in your IIS.

    Thanks.