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

Doesn't work, it loops in login page. #5

Open
drumset opened this issue May 17, 2019 · 5 comments
Open

Doesn't work, it loops in login page. #5

drumset opened this issue May 17, 2019 · 5 comments

Comments

@drumset
Copy link

drumset commented May 17, 2019

Great work, but even if I have authenticated user, the application loops in login page. Page not found if i try to go /Config/Index Action.
How to fix?

Thanks in advance.

@Bezaeel
Copy link

Bezaeel commented May 18, 2019

Did you click the link to confirm email?

@drumset
Copy link
Author

drumset commented May 19, 2019

Yes, I followed all the registration steps but the return url is still login.
http:https://localhost:62672/Account/Login?ReturnUrl=%2F
The return url seems empty.

@Bezaeel
Copy link

Bezaeel commented May 29, 2019

Hi, the return URL would be empty because you're not coming from any prior directory/URL within the application, and empty return URL would lead to the index page
I have tried to reproduce the issue from registration step to logging in and it all seems fine;
Here is what i think the problem is

  • your email confirmation was not successful for this account; try with another account

  • Assuming you entered the right credentials though

@alexrichi
Copy link

Hi! Indeed, after logging in Google Chrome returns the value "/", Opera returns "/ Config / Index" and then everything works.

@strenkomendencha
Copy link

As a workaround you can register and modify EmailConfirmed property of a user directly in DB

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

4 participants