赞
踩
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
步骤三:在初始化实例的时候添加
- wx.cloud.init({
- env:'刚刚复制的环境Id',
- traceUser:true
- })
这样就解决了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。