- Notifications
You must be signed in to change notification settings - Fork40
Description
Post login with valid credentials in chrome . return RedirectToAction(nameof(HomeController.Index), "Home"); does not change screen .
Logs :
2020-08-03 22:33:30 INF Executing RedirectResult, redirecting to "/HomeController/Index".
2020-08-03 22:33:30 INF Executed action "HomeController.Index " in 4332.6994ms
2020-08-03 22:33:30 DBG Connection id ""0HM1NL4STBUOJ"" completed keep alive response.
2020-08-03 22:33:30 INF Request finished in 4561.1565ms 302
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOK"" received FIN.
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOJ"" received FIN.
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOK"" sending FIN because: ""The client closed the connection.""
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOJ"" sending FIN because: ""The client closed the connection.""
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOK"" disconnecting.
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOJ"" disconnecting.
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOK"" stopped.
2020-08-03 22:34:13 DBG Connection id ""0HM1NL4STBUOJ"" stopped.
2020-08-03 22:34:30 DBG Connection id ""0HM1NL4STBUOL"" started.
But screen never changes on browser . Chrome
Google Chrome is up to date
Version 84.0.4147.105 (Official Build) (64-bit)