nodeJs -Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

393 ワード

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client


🤦̴♂̴エラーコード



**「res.レスポンスメソッド」は一度しか書けません
.res.sendの後にsend()が行われると、次のミドルウェアはres.sendを再実行します.

💁 解決する

위 예시에선 res.send('hi');  제거후 정상작동