當(dāng)我 console.log(response) 然后我在終端上得到結(jié)果,但是當(dāng)我使用 res.status(200).json(response); 時(shí) 我在 nextjs 項(xiàng)目中遇到此錯(cuò)誤 &未找到在瀏覽器上router.get("/api/backendData", async (req, res, next) => { dbConnect(); try { Shop.find().then((response) => { res.status(200).json(response); response; console.log("responseess", response); }); } catch (e) { console.log("Error From API Endpoint", e); }});錯(cuò)誤代碼:(節(jié)點(diǎn):62307)UnhandledPromiseRejectionWarning:TypeError:res.status不是函數(shù)┃位于/home/mh/Documents/Shopiy/shopyy_mode/server/server.js:34:11┃位于processTicksAndRejections(內(nèi)部/process/task_queues.js: 93:5) ┃ (用于node --trace-warnings ...顯示創(chuàng)建警告的位置) ┃ (節(jié)點(diǎn):62307) UnhandledPromiseRejectionWarning:未處理的承諾拒絕。此錯(cuò)誤的根源是在沒有 catch 塊的情況下拋出異步函數(shù)內(nèi)部,或者拒絕未使用 .catch() 處理的 Promise。要在未處理的 Promise 拒絕時(shí)終止節(jié)點(diǎn)進(jìn)程,請(qǐng)使用 CLI 標(biāo)志 --unhandled-rejections=strict(請(qǐng)參閱 https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode)。(拒絕 ID: 1) ┃ (節(jié)點(diǎn):62307) [DEP0018] DeprecationWarning: 未處理的承諾拒絕已被棄用。將來,未處理的 Promise 拒絕將會(huì)以非零退出代碼終止 Node.js 進(jìn)程。
UnhandledPromiseRejectionWarning:TypeError:
泛舟湖上清波郎朗
2023-09-28 10:16:35