Base solution for your next web application
Open Closed

Menu - sub-menu not working in production #6833


User avatar
0
deltavision created

Hi,

the menu + submenus works fine on my development.

But when deployed to production IIS server, the menues (sub) cannot be opened.

What am I missing ?

/Michael Vad


8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    the menues (sub) cannot be opened.

    Can you share a screenshot of the problem?

  • User Avatar
    0
    deltavision created

    Screenshots:

  • User Avatar
    0
    maliming created
    Support Team

    Does your browser console have error/warning messages?

    • What is your product version?
    • What is your product type (Angular or MVC)?
    • What is product framework type (.net framework or .net core)?

    If issue is about UI

    • Which theme are you using?
    • What are the theme settings?
  • User Avatar
    0
    deltavision created

    Product version: 6.2.0.0 Type: ASP.NET Core 2.x and jQuery Framework: .NET Core

    Theme: ? - Default ?

  • User Avatar
    0
    maliming created
    Support Team

    Does your browser console have error/warning messages?

  • User Avatar
    0
    deltavision created

    no - none, as far as I can see

  • User Avatar
    0
    ryancyq created
    Support Team

    Was it upgraded from an older version recently?

    or it is a fresh download of 6.2.0 from AspNetZero website?

  • User Avatar
    1
    deltavision created

    Hi,

    found the problem/solution - bug i v6.2 :-)

    Added this to bundleconfig.json:

    { "outputFileName": "wwwroot/metronic/src/js/demo/default/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/default/base/layout.js" ] }, { "outputFileName": "wwwroot/metronic/src/js/demo/demo8/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/demo8/base/layout.js" ] },

    References:

    https://support.aspnetzero.com/QA/Questions/5877 https://support.aspnetzero.com/QA/Questions/5867 https://github.com/aspnetzero/aspnet-zero-core/issues/1892

    I am closing this case.

    /Michael Vad