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)
-
0
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.
-
0
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.
-
0
Thanks ismcagdas. I've emailed the requested information. While getting the URL, I realized that it is no longer working in Chrome either.
-
0
Seems to be working in Chrome now.
-
0
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.
-
0
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.
-
0
Hi,
Thanks for the feedback :).