Base solution for your next web application
Open Closed

After some updates login doesn't do anything #2116


User avatar
0
rvanwoezik created

Hello,

I have made some updates, published to Azure. Now when i try to login nothing happens. It's problably something small. But I am struggling for a day now. Local debug works fine. What can i check?

Please advise


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can open Chrome's developer console and open network tab to see if any request is sent to server when you click login button.

    If there is no request, there might be a client side error. You can check Chrome's console for that.

    If there is a request, you can check it's response, website logs or even azure's logs if you cannot find anything before that.

  • User Avatar
    0
    rvanwoezik created

    I seem to have a wrong script reference in the loginpage starting with '~ '

    <script src="~/Abp/Framework/scripts/abp.js" type="text/javascript"></script>
    
  • User Avatar
    0
    rvanwoezik created

    Found it! missing abp.js in /Abp/framework/scripts, caused by old typescript