Base solution for your next web application
Open Closed

Not getting "manifest.webmanifest" file in production. #9797


User avatar
0
shedspotter created

"manifest.webmanifest" file not working in production

Here current setting in angular.json file:

  • What is your product version? 8.9.2

  • What is your product type (Angular or MVC)? Angular

  • What is product framework type (.net framework or .net core)? net core


3 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @shedspotter

    I think you need to allow this extension on your web server. For example, this is how you can do it for IIS, see https://stackoverflow.com/a/49566447/6681451

  • User Avatar
    0
    shedspotter created

    I testest with IIS & workking fine now. and also working fine in prod deployment Thanks @ismcagda

  • User Avatar
    0
    ismcagdas created
    Support Team

    Glad that it worked :)