본문 바로가기
에러/react

[NodeJS] cannot set headers after they are sent to the client 에러

by PEKAH 2021. 3. 10.

NodeJS 실행 도중 에러가 발생하였다.

 

cannot set headers after they are sent to the client 라는 문구를 띄었는데, 확인해 보니 콜백 함수를 두 번 호출하여 발생한 에러였다.

 

나의 경우 

다음 코드에서 에러가 발생하였고, res 하나를 지우니 해결되었다.

댓글