You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I had loaded the AuthServer solution I'm seeing an error in my IDE (Rider) that says 'Cannot resolve action 'Challenge' on line 48 of the AccountController;
return RedirectToAction("Challenge", "External", new { provider = vm.ExternalLoginScheme, returnUrl });
There appears to be a missing External Controller?
I'm also seeing a similar error on line 79 and 120, 'Cannot resolve view Redirect'
return View("Redirect", new RedirectViewModel { RedirectUrl = model.ReturnUrl });
There is no 'Redirect' view inside the folder 'Views/Account'
The text was updated successfully, but these errors were encountered:
When I had loaded the AuthServer solution I'm seeing an error in my IDE (Rider) that says 'Cannot resolve action 'Challenge' on line 48 of the AccountController;
return RedirectToAction("Challenge", "External", new { provider = vm.ExternalLoginScheme, returnUrl });
There appears to be a missing External Controller?
I'm also seeing a similar error on line 79 and 120, 'Cannot resolve view Redirect'
return View("Redirect", new RedirectViewModel { RedirectUrl = model.ReturnUrl });
There is no 'Redirect' view inside the folder 'Views/Account'
The text was updated successfully, but these errors were encountered: