ERR_HTTP_HEADERS_SENT

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client 클라이언트가 서버로 api 요청을 보냈을 때 둘 이상의 응답을 리턴하면 생기는 오류입니다. exports.getLoginCheck = async (req, res, next) => { var email = req.body.email; var password = req.body.password; request( { url: url, method: 'POST', json: { email: email, password: password, login_type: 'EMAIL', fcm_token: 'FCM_TOKEN' }, }, function (error, res..
soohey
'ERR_HTTP_HEADERS_SENT' 태그의 글 목록