Base solution for your next web application
Open Closed

Angular ui account login button clicks redirects to Swagger Ui/Login. #11567


User avatar
0
Anshu created

We have recently updated our code base to V12.1.0 from V8.7.0

Angular and MVC app are deployed within same web app. On angular ui account/login button click it always gets redirects to Swagger Ui/Login. Before version upgrade was working as expected on deployment within same web app.

For angular app build package are deployed in wwwroot/wwwroot directory of azure web app. Is it something needs to be take care while new version upgrade.?


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

    Hi @Anshu

    Does your Host project contains a HomeController ? If so, remving it might solve your problem.