我的前端已成功连接到我的服务器;但是,我的初始获取请求抛出了一个:每次我执行一个操作时,我的服务器都会抛出:
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: res.json is not a
我会将公钥存储在服务器上,而不是用户上传的每个请求。但是,它不会被允许发送。("node-fetch")const port = 3002
var res2我在signature的server.js代码中得到了这个错误 (node:19312) UnhandledPromiseRejectionWar
我通过postman执行GET请求时出错,请求是一个简单的SELECT查询:(Use `node --trace-warnings ...` to show where the warning was created)
(node:4804) UnhandledPromiseRejectionWarning<