我在local端 call 云函数调用database代码在一开始会报错
const cloud = require('wx-server-sdk')
cloud.init()
const db = cloud.database() // 读到这行会报错
Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail cloud function service error code -504002, error message TypeError: this.realHandler is not a function
at EventHandler.handle (/var/runtime/node8/bootstrap.js:238:34)
at invoke (/var/runtime/node8/bootstrap.js:111:22)
at Timeout.setTimeout [as _onTimeout] (/var/runtime/node8/bootstrap.js:61:9)
at ontimeout (timers.js:475:11)
at tryOnTimeout (timers.js:310:5)
.
.
.
请问有人知道是什麽原因吗
微信小程序开发问题解答
微信小程序开发者回答:
麻烦贴一下完整代码
微信小程序开发者回答:
超时了 超20秒
执行时间超过20秒就失败了
云控制台 云函数 配置下更长的超时时间
本文网址:http://www.91bianli.com/weixinxiaochengxu/15221.html