首页 > 其他 > 详细

node项目中,出现cannot set heasers after they are sent to the client at serverResponse.setHeader

时间:2020-05-13 19:36:09      阅读:49      评论:0      收藏:0      [点我收藏+]

出现此类问题:

技术分享图片

 

 出现这类问题的原因是因为node中的express的,res.send(),res.json()这类客户端返回的方法仅仅返回一次,如果多次返回就会出现这个错,这是因为我在项目中写了

技术分享图片

 

出现了两个send,只要将res.sendStatus()删除即可。

 

node项目中,出现cannot set heasers after they are sent to the client at serverResponse.setHeader

原文:https://www.cnblogs.com/lxz123/p/12883916.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!