当前位置:   article > 正文

小程序报Error: errCode: -502005 database collection not exists

error: errcode: -502005 database collection not exists | errmsg: [resourceno

1、报错

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.

意思:

错误:errCode: -502005数据库集合不存在 | errMsg:资源不存在,数据库或表不存在。请查看您的请求,但如果问题不能解决,请联系我们。

2、报错的原因可能是

你的云开发上有多个数据库,而你在初始化实例的时候没有表名是哪个数据库,使用的默认的。

3、解决

步骤一:

 步骤二:复制环境Id

步骤三:在初始化实例的时候添加

  1. wx.cloud.init({
  2. env:'刚刚复制的环境Id',
  3. traceUser:true
  4. })

这样就解决了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/462637
推荐阅读
相关标签
  

闽ICP备14008679号