Base solution for your next web application
Open Closed

Works in Chrome, not in IE (or Mobile) #2947


User avatar
0
justinp created

I have my application (Core + Angular) hosted in Azure, and have for a couple weeks. I have been following the step-by-step development tutorial to learn how to work with ABP and published to Azure. It works great, but only in Chrome. I went to show someone on my phone (mobile Chrome), and got an error. Here is a picture of the app not running in IE (left) and running fine Chrome (right).

Any ideas what could cause this? Any ideas how to find the issue?


7 Answer(s)
  • User Avatar
    0
    justinp created

    Just tried to run IE when running the API locally and 'ng serve' for the Angular UI.

    In Chrome, log in works fine. In IE, the log in redirects me to log in. Not an error, just brings me back to log in.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I remember a similar issue but couldn't find it at the moment. Can you share your website url and login information (a test user with no permission maybe) via email to <a href="mailto:[email protected]">[email protected]</a> and let us check it.

    Thanks.

  • User Avatar
    0
    justinp created

    Thanks ismcagdas. I've emailed the requested information. While getting the URL, I realized that it is no longer working in Chrome either.

  • User Avatar
    0
    justinp created

    Seems to be working in Chrome now.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thanks for the email. I have tried it with Chrome but it is not working for me. We can continue via email and write the result here if you like.

    Thanks.

  • User Avatar
    0
    justinp created

    First, thank you to ismcagdas for his help. Here is what we worked out.

    In the appsettings.config, the http:// must be present. If you find that it is missing, when you correct the issue, clear the browser cache to ensure the old file doesn't load.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thanks for the feedback :).