Base solution for your next web application
Open Closed

Login screen not working #11906


User avatar
0
Ojala7 created

Hi,

My new demo solution ASP.NET CORE MVC & jQuery, the login screen does nothing. I add the username and password. the button does not work. the show password icon does nothing. The change tenant does nothing


3 Answer(s)
  • User Avatar
    0
    MYBUSINESSDNA created

    Mine too, this happens when you update your visual studio to the latest

    anyone have a fix guide for this?

    Cheers

  • User Avatar
    0
    MYBUSINESSDNA created

    found the solution: rollback your vs

    https://devblogs.microsoft.com/visualstudio/introducing-visual-studio-rollback/

  • User Avatar
    0
    Ojala7 created

    Thanks MYBUSINESSDNA for your response. I rolled back the VS version, that still did not fix my issues. I also needed to run "npm run create-bundles" which I obviously missed. My issue was fixed. thank you