[Node.js]Can't set headers after they are sent.

Error메세지 : res.redirect 사용 시 "Can't set headers after they are sent."

기본적으로 res.redirect처리가 잘못 되었을 때 발생한다.

중복 처리나 처리가 제대로 되고 있는지 소스를 다시 한번 확인해보자.

보통의 경우 If문과 반복문에 주로 중복 처리가 되어 있었다.

댓글