Base solution for your next web application
Open Closed

ASPNet Core MVC Jquery Login Redirect Returns JSON #6070


User avatar
0
jdavis01 created

Super excited to upgrade existing project to 6.3.1

I downloaded the ASPNET Core MVC Jquery project updated the database and on first run the admin / 123qwe login redirect to change password returns a json string in the browser.

if I copy the address in the response it will allow me to enter my password and change it..

Also happens with email validation as well.

Suggestions?


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

    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. Or you can just build your solution and all bundles will be updated automatically.

    run npm run create-bundles**command. **

  • User Avatar
    0
    jdavis01 created

    Team, you suggestion worked like a charm.. Love the new version and looking forward to creating something special