Thanks to visit codestin.com
Credit goes to github.com

Skip to content

redirect during login with proxyPath set is failing #164

@TheFive

Description

@TheFive

Just check line 175 of your lib/app.js


 res.redirect("/login");

should be

 res.redirect(res.locals.proxyPath+"/login");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions