로그인 하면 아래와 같이 나옵니다.
몽고디비에 로그인 데이터 있는지 확인했었고요.
로직에 문제가 있어서 콘솔창 봤습니다.
에러 발생되는 로직 :
app.post('/login',
passport.authenticate('local',
{failureRedirect : '/fail'
},(req, res)=>{res.redirect('/')}
));
에러 발생되는 콘솔:
https://github.com/InSuChoe/node_coding_apple