TypeError: Cannot read property 'Symbol(requestOptions)' of undefined

Programming/JS

[NodeJS] Cannot read property 'Symbol(requestOptions)' of undefined

서비스 배포를 준비하기 위해 개발서버 상에서 테스트를 수행하던 중 개발PC에선 보지 못한 오류를 발견했다. _http_agent.js:444 options = req[kRequestOptions]; ^ TypeError: Cannot read property 'Symbol(requestOptions)' of undefined at Agent.removeSocket (_http_agent.js:444:20) at TLSSocket.onClose (_http_agent.js:371:11) at TLSSocket.emit (events.js:327:22) at net.js:673:12 at TCP.done (_tls_wrap.js:563:7)원인을 다양한 방법으로 찾아보았으나, 원인을 파악하기 ..

후유증
'TypeError: Cannot read property 'Symbol(requestOptions)' of undefined' 태그의 글 목록