Base solution for your next web application
Open Closed

CANNOT LOGIN WITH IE 11, Unknown Issue. #3768


User avatar
0
velu created

Hi,

We are trying to log in with IE11 but we are facing an unknown issue.

We follow these steps.

  • Browse application in the IE.
  • login screen is displayed correctly in the IE11 without any error.
  • When we enter Username and password and press login button at that time browser( only IE11) display login screen again instead of the dashboard.

For more information see the video.

  • Correctly Login with MS EDGE
  • Correctly Login with Chrome.

URL <a class="postlink" href="https://drive.google.com/file/d/0BzSirtYGe7EHMDBUREluY1VwWkE/view?usp=sharing">https://drive.google.com/file/d/0BzSirt ... sp=sharing</a>

Thanks


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

    Hi @velu,

    Do you use ASP.NET Core with Angular version ? If so, we have fixed this problem, you need to update abp-ng2-module npm package.

    Thanks.

  • User Avatar
    0
    velu created

    Hi,

    We updated abp-ng2-module 1.1.1 to 1.2.0.

    After updating to this version the login issue with <span style="color:#FF0000">IE11</span> has been resolved.

    But application in the IE11 browser is not working properly.

    • Side menu not rendering properly.
    • Only User Defined menus appear.
    • Runtime Scripting issues occurred.

    Please find attached MP4 File

    <a class="postlink" href="https://drive.google.com/open?id=0BzSirtYGe7EHQnpBMmhQMmpocEE">https://drive.google.com/open?id=0BzSir ... mhQMmpocEE</a>

    Please help me to resolve this issue.

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Can you also update jquery timeago npm package to latest version ? It should solve your problem.

    Thanks.

  • User Avatar
    0
    velu created

    Hi,

    timeago is already updated to latest version timeago (1.6.1).

    Still, the issue exists.

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Can you send your project to us (<a href="mailto:[email protected]">[email protected]</a>) ? We will take a look at your problem.

    Thanks.

  • User Avatar
    0
    velu created

    HI,

    We sent the solution to you.

    From ID: <a href="mailto:[email protected]">[email protected]</a>

    Please help me to solve this issue.

    Thanks.

  • User Avatar
    0
    velu created

    HI,

    After applying necessary changes, Still, the issue persists.

    Please help me to resolve this issue.

    Updated abp-ng2-module 1.1.1 to 1.2.0. Update the version of timeago

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Can you also check abp.ajax.js in your project to see if it contains changes of this commit <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/commit/88393afa30db88723de1084b26fbe655820c76bb">https://github.com/aspnetboilerplate/as ... 55820c76bb</a> ?

    Thanks.

  • User Avatar
    0
    velu created

    Hi,

    We make changes in abp.ajax.js.

    But the same problem occurred in Only IE11.

    Request You to resolve as soon as possible.

    IE11 [https://drive.google.com/file/d/0BzSirtYGe7EHeTg3WUhZV3FNVTg/view?usp=sharing])

    OTHER BROWSERS [https://drive.google.com/file/d/0BzSirtYGe7EHUTRuOUNLbGprSkE/view?usp=sharing])

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Can you send your project to us via email ?

    Thanks.

  • User Avatar
    0
    codenewa created

    Were you guys able to figure out what was happening? I'm facing a similar issue as well.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @codenewa,

    There was several issues but all of them are related to IE caching. As far as I remember, this problem should be solved when you update abp-ng2-module for angular app. If you are using jQuery version then try to update abp-web-resources package.

    Please let us know if you cannot solve it.

    Thanks.

  • User Avatar
    0
    codenewa created

    @ismcagdas,

    I'm using the angular+asp.net core version. Here're the package versions I've in my project:

    abp-ng2-module: ^1.2.0 abp-web-resources:^2.2.1

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you upgrade both packages to below versions ?

    abp-ng2-module: 1.2.4 abp-web-resources: 3.1.0

    Also, clear IE's cache using IE's Settings > Internet Options > Browsing History.

    Thanks.

  • User Avatar
    0
    velu created

    Hi,

    We observed that this issue has only occurred in development machine Because this functionality works fine on Hosted Server.

    *This problem only occurred in development machine.

    Thanks.