I am using passports local-signup and can create a user via a form and have the page successfully redirect to a page I have specified.
local-signup
My issue at the mome
try this way :
passport.authenticate('local', { successRedirect : '/members', failureRedirect : '/', failureFlash : true })(req, res, next);