Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountController cannot resolve action 'Challenge' #3

Open
Shaun-Sheppard opened this issue Jun 29, 2019 · 2 comments
Open

AccountController cannot resolve action 'Challenge' #3

Shaun-Sheppard opened this issue Jun 29, 2019 · 2 comments

Comments

@Shaun-Sheppard
Copy link

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'

@mcabram
Copy link

mcabram commented Aug 19, 2019

@shepparddigital I guess you can try it in VS instead of Jetbrains Rider. It might help you.

@a-z-hub
Copy link

a-z-hub commented Nov 26, 2019

In example missed Controller because no external logins exists. I'm not sure, but looks like you can you example from other repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants