Base solution for your next web application
Open Closed

Can not login into application #8488


User avatar
0
npdevs created

Hi,

Can not login into application.

Nothing happens when we enter credentials and click "Log in" button.

Also there are many errors of loading static resources: .css and .js files.

We login as default "admin" account. We use ASP.NET CORE MVC & jQuery version of template for .NET Core 3.1 framework, template version 8.1.0. Running project Feeder.Web.Mvc from VS 2019 in Windows 10.

Thanks!


1 Answer(s)
  • User Avatar
    0
    npdevs created

    I've resolved this myself.

    I've followed instructions for Public Web Site https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Public-Website and applied them to .Web.Mvc project.

    I've executed "yarn" and "npm run create-bundles" commands, and after rebuild it works.