第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何解決節(jié)點(diǎn)上未處理的應(yīng)答警告?

如何解決節(jié)點(diǎn)上未處理的應(yīng)答警告?

肥皂起泡泡 2022-09-23 09:21:35
我正在嘗試制作一個(gè)用于學(xué)習(xí)目的的API。API 沒有任何問題。我得到了我想要的回應(yīng)。但問題是,當(dāng)我查看終端時(shí),我得到一個(gè)這樣的錯(cuò)誤:未經(jīng)處理的應(yīng)答警告:未經(jīng)處理的承諾拒絕。此錯(cuò)誤起源于在沒有 catch 塊的情況下拋入異步函數(shù)內(nèi)部,或者拒絕未使用 .catch() 處理的承諾。它警告我,不處理權(quán)限拒絕將終止 Node.js??刂婆_(tái)日志 (node:8721) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client    at ServerResponse.setHeader (_http_outgoing.js:526:11)    at ServerResponse.header (/backend/node_modules/express/lib/response.js:771:10)    at ServerResponse.send (/backend/node_modules/express/lib/response.js:170:12)    at ServerResponse.json (/backend/node_modules/express/lib/response.js:267:15)    at exports.apiFormat (/backend/handlers/errorHandlers.js:85:21)    at /backend/middlewares/auth.js:31:11    at allFailed (/backend/node_modules/passport/lib/middleware/authenticate.js:107:18)    at attempt (/backend/node_modules/passport/lib/middleware/authenticate.js:180:28)    at Strategy.strategy.fail (/backend/node_modules/passport/lib/middleware/authenticate.js:302:9)    at verified (/backend/node_modules/passport-local/lib/strategy.js:82:30)    at /backend/middlewares/passport.js:69:24    at processTicksAndRejections (internal/process/task_queues.js:97:5)(node:8721) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)我為相同的 json reson resonse 格式 api 制作它。( 錯(cuò)誤處理程序.js)exports.apiFormat = (statusCode, responseCode, message, success, data, res) => {  try {    return res.status(statusCode).json({      message: message,      success: Boolean(success),      data: data,      status: Number(responseCode),    });  } catch (error) {    res.status(500).json({      message: "Internal Server Error",    });  }};
查看完整描述

1 回答

?
德瑪西亞99

TA貢獻(xiàn)1770條經(jīng)驗(yàn) 獲得超3個(gè)贊

validationResult()返回結(jié)果對(duì)象,但不返回承諾。您正在使用 等待承諾對(duì)象。await

從代碼中刪除以防止錯(cuò)誤:await

const errors = validationResult(req);// .. and your error variable will have arrays of error.


查看完整回答
反對(duì) 回復(fù) 2022-09-23
  • 1 回答
  • 0 關(guān)注
  • 102 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)