- 云函数访问访问数库 missing secretId?
之前是可以使用的,不知道为什么会遇到这个错误 [error] Unhandled Rejection at: Promise {<rejected>: Error: missing secretId or secretKey of tencent cloud at doRequest (D:\__\mp-sa\cloudfunctions\…} reason: Error: missing secretId or secretKey of tencent cloud [图片]
2020-03-11 - 0306版本中,本地调试不指定数据库会出错?
在开发版V1.0.2.2003062中,进行云函数本地调试时,如果不指定数据库、而是使用DYNAMIC_CURRENT_ENV时会报错 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID local_debug_a2209c4e-ee0a-42d6-8bfb-8c2f258e94ea, cloud function service error code -1, error message errCode: -504002 functions execute fail | errMsg: callFunction:fail requestID 6fb74586-6334-11ea-bad0-52540029942f, errCode: -502005 database collection not exists | errMsg: [ResourceNotFound] Db or Table not exist. Please check your request, but if the problem cannot be solved, contact us.; Error: errCode: -502005 database collection not exists | errMsg: [ResourceNotFound] Db or Table not exist. Please check your request, but if the problem cannot be solved, contact us.; [图片]
2020-03-11