Base solution for your next web application
Open Closed

Error page login #8603


User avatar
0
mulltipla created

<span class="colour" style="color: rgb(34, 34, 34);">I can not log in</span>

version:

| | | | | | --- | --- | --- | --- | | Mulltipla | ASP.NET CORE MVC & jQuery | .NET Core 3.1 | v8.2.1 | <br>


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

    hi @mulltipla

    Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. This command should be run when a new npm package is being added to the solution.

    https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Getting-Started-Core#running-the-application