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

redirect during login with proxyPath set is failing #164

Closed
TheFive opened this issue Aug 28, 2016 · 1 comment
Closed

redirect during login with proxyPath set is failing #164

TheFive opened this issue Aug 28, 2016 · 1 comment
Labels

Comments

@TheFive
Copy link

TheFive commented Aug 28, 2016

Just check line 175 of your lib/app.js


 res.redirect("/login");

should be

 res.redirect(res.locals.proxyPath+"/login");
@claudioc
Copy link
Owner

You're right. Fixing.

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

No branches or pull requests

2 participants