- 云开发数据库安全规则问题?
下面这段写法是不是多了个 \ ? [图片]
2020-03-18 - 云开发数据库权限问题?
报没有权限,这样配置或者查询是有什么问题吗? [图片] [图片]
2020-03-14 - 云开发有问题官方也不出来哼一声?
Uncaught (in promise) thirdScriptError errCode: -501001 resource system error | errMsg: Cannot read property 'cl5' of undefined Error: errCode: -501001 resource system error | errMsg: Cannot read property 'cl5' of undefined
2020-02-22 - 云开发 -501001 resource system error?
我看有人已经恢复了,我们还没有恢复! appID:wx44e1cec07ebc1d48 环境ID:ya-syd Uncaught (in promise) thirdScriptError errCode: -501001 resource system error | errMsg: Cannot read property 'cl5' of undefined Error: errCode: -501001 resource system error | errMsg: Cannot read property 'cl5' of undefined ya-sydyayya-syda-sydya-syd fdgda
2020-02-22 - watch监听不到任何数据?
appid:wx77fd3d8637d2cd34 调试库版本:2.10.1 数据库权限:所有用户可读 where({}).get()能获取到数据的 监听不到任何数据 const watcher = db.collection('itemBank') .where({}).watch({ onChange: function(snapshot) { console.log('snapshot', snapshot) }, onError: function(err) { console.error('the watch closed because of error', err) } })
2020-02-03 - 云开发数据库新安全规则这样写有什么问题吗?
"read": "doc.type=='technician' || doc._openid == auth.openid || auth.openid in get(`database.app.technician`).openidList " , 当验证 doc.type=='technician' 这段的时候说是没有权限,我确定doc.type是'technician'
2020-01-19