收藏
回答

为什么小程序不能读数据库?

数据库数据权限为:所有用户可读,仅创建者可读写。 但出错

db.collection("0mmmm").where

password:e.detail.value.pwd

}).get({

success:pdr=>{

console.log("1",pdr)

},

fail:er=>{

console.log("2",er)

}

})

2 Error: errCode: -501000  | errMsg: Environment cannot access from wx-miniapp

    at new g (VM22 WAService.js:2)

    at Function.success (VM22 WAService.js:2)

    at C (VM22 WAService.js:2)

    at Object.success (VM22 WAService.js:2)

    at B (VM22 WAService.js:2)

    at f (VM22 WAService.js:2)

    at VM22 WAService.js:2

    at A.<anonymous> (VM20 asdebug.js:1)

    at C (VM22 WAService.js:2)

    at VM22 WAService.js:2

回答关注问题邀请回答
收藏

4 个回答

  • 杰森明
    杰森明
    2021-03-10

    env:‘这里写上环境id就行

    2021-03-10
    有用 1
    回复
  • 华灯初上
    华灯初上
    2021-04-14

    app.js文件里加个env

    2021-04-14
    有用
    回复
  • 陈宇明
    陈宇明
    2021-03-10

    云环境问题

    2021-03-10
    有用
    回复
  • 触不可及จุ๊บ
    触不可及จุ๊บ
    2021-03-10

    errCode: -501000  | errMsg: Environment cannot access from wx-miniapp

    2021-03-10
    有用
    回复
登录 后发表内容
问题标签