Hi,
I'm getting this problem on login to either Host or Tenant. I get redirected to this;
http://localhost:62114/Account/Login?ReturnUrl=%2FApp
The login code has not changed.
- 8.1
- MVC
- .net core
9 Answer(s)
-
0
Hi,
Your problem is related to https://github.com/aspnetzero/aspnet-zero-core/issues/3472. You need to use HTTPS in your development.
-
0
Hi @ismcagdas,
I implemented as on the Zero example but the problem persists. I hosted the app on Azure.
For tenant login I get redirected to the link below;
/Account/Login?ReturnUrl=/App
On tenant login second attempt while the link is as above I get redirected to the
App/Welcome
page with no menu.For host login I ger redirected to the welcome page:
/App/Welcome
What might be the issue here. And funny enough, on localhost, the app only works well on Firefox. The other browsers will either have same issue as above or login and give the error
User did not login to the application
-
0
Hi,
Did you implement changes in this commit https://github.com/aspnetzero/aspnet-zero-core/commit/74b139eb0d8edd8658888189471cd3a192891779 ?