Skip to content
New issue

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

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

Already on GitHub? # to your account

Cant redirect to profile page after submiting #3

Open
raakshash opened this issue Nov 22, 2017 · 6 comments
Open

Cant redirect to profile page after submiting #3

raakshash opened this issue Nov 22, 2017 · 6 comments

Comments

@raakshash
Copy link

It is not redirecting to profile page after submit

@SiarheiRylach
Copy link

SiarheiRylach commented Jan 29, 2018

I have resolved this issue. You need to delete lines 44-47 in authentication/init.js:
if (password !== user.password) {
return done(null, false);
}

@mitrofanzzz
Copy link

Nope, isn't work...

@melikhov-dev
Copy link

This is because you use the credentials from the example, but the correct credentials:

    username: 'test-user',
    password: 'my-password'

@mitrofanzzz
Copy link

Nope, i am not so silly, i found user n pass from source... But it's not redirecting me... How i can debug it?

@melikhov-dev
Copy link

You can run the application with the --inspect flag and debug it with Chrome DevTools. In my case, everything works correctly.

@mitrofanzzz
Copy link

Checked twice, on different PC (Debian, Ubuntu) isn't work for me.

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

No branches or pull requests

4 participants