Cannot set headers after they are sent to the client1 [ node / Express ] 콜백중복호출 또는 바디오류 *에러코드 [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client *발생이유 실수로 콜백 호출이 한번이 아니라 그 이상이 되거나, 바디(body)가 전송된 이후에 오류가 발생하는 경우 생기는 에러이다. res.redirect 에서 문제가 생길수도있다. For example, look for callbacks that are accidentally called twice, or any error that happens after the body is sen *해결방법 중복처리가 제대로 된건지 확인할 필요가 있다. 보통은 if문, 반복문에 오류가 났을 가능성이 있으니 그쪽부터 보면 좋을것 같다 ex ) forEach문등 안에.. 2020. 3. 5. 이전 1 다음