先添加域名,待开启成功后,再cname
云开发-静态网站托管-自有域名无法 CNAME 到托管域名?小程序:锦推 自有域名:jintui.cc 托管域名:prod-cd74s-1302763435.tcloudbaseapp.com 配置 jintui.cc CNAME 到 prod-cd74s-1302763435.tcloudbaseapp.com 后提示 404: [图片] [图片]
2020-10-19使用不当导致的,可以使用下边封装的登录js demo示例 https://github.com/TCloudBase/WXH5-TodoList
如何解决Cloud API isn't enabled, please call wx.cloud?在走完示例:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/web/minimal-example/html.html 的 doLogin 流程后 [图片] 在调用getJSSDKSignature时报错: [图片]
2020-10-16return await resInfo.get() 这样试一试
云函数 missing authoration key,缺少授权键?@官方(已解决)破案了, 是云函数的角色问题,我的角色没有访问云数据库的权限,谢谢。 让角色拥有tcb和scf的权限就好。 ------------------------------------------------------- serverless云函数报错,求解? const cloud = require('wx-server-sdk') // wx-server-sdk 2.3.2 cloud.init() const db = cloud.database() const resInfo = db.collection('resInfo') exports.main_handler = async (event, context, callback) => { return await resInfo.get().then(res => { return res }) } 数据库权限 { "read": true, "write": true } 报错 errCode: -501007 invalid parameters | errMsg: collection.get:fail missing authoration key, redeploy the function; at collection.get api;
2020-10-16你把where删掉不就完事了嘛
【已解决】全量查询告警: 空查询语句可能需扫全表!请问如何优化?请求参数: db.collection('test') .orderBy('createTime', 'asc') .field({ _id: true, name: true, ...... }) .get() 控制台提示的信息! db.collection('test').where({}) .orderBy('createTime', 'asc') .field({ _id: true, name: true, ...... }) .get() [图片] 按时间排,会出现以下提示,请问如何优化~谢谢~ --------------------------- Zira大佬说可以忽略,感谢大佬~
2020-10-16回到业务页面,主动查一下就好了
微信小程序云支付,用户支付后不按确定,导致,钱已付,但云支付函数不执行支付成功后的写入数据库等功能?微信小程序云支付,用户支付后不按确定,出现,钱已付,但云支付函数不执行支付成功后的写入数据库等功能局面 怎样避免此情况发生?没有回调
2020-10-16正常用就可以,db.command或_
小程序云开发HttpApi如何使用command命令?如题,想使用gt和lt进行查询,但是不知道怎么构造这个query { "env":"test2-4a89da", "query": "db.collection(\"geo\").where({done:true}).limit(10).skip(1).get()" } 官方httpApi文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseQuery.html
2020-10-15没有反馈是什么意思呢?给一下关键代码
公众号共享环境使用云开发无法登录https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/web/minimal-example/html.html 更项环境ID 配置正确,自己的项目在昨天是没问题的。现在出现cloud.startLogin 没有反馈的状况! 使用官方例子也同样问题。
2020-10-14你access_token正确填写了嘛?post请求?
微信小程序云开发http请求接口问题?appid:wx64b1dcac68a1cd77 https://api.weixin.qq.com/tcb/databaseupdate?access_token <!DOCTYPE html><html><head><script>var i=location.href;var v=window.btoa?window.btoa(window.encodeURIComponent(i)):"";window.location.href="https://waf.tencent.com/501page.html?u="+location.origin+"&v="+v;</script></head></html> 使用微信小程序云开发http请求的时候,返回错误页面,请问是什么原因?时间是2020年10月13日 14:20
2020-10-14我们跟进一下,有支持同步~
云开发用db.createCollection新建云数据库集合的时候能不能直接设置权限?云开发用db.createCollection新建云数据库集合的时候能不能直接设置权限? 即能否用云函数来设置数据库表的权限,而不是在开发工具的云开发后台设置? 或者,能否设置创建新的数据库表时默认的数据库表权限?
2020-10-14函数执行错误,请给出完整日志信息
安卓无法调用云函数 ?IOS 可以正常调用云函数 安卓无法调用。且IOS 使用调试库 升级到2.13也无法调用。 报错如下: Error: errCode: -404011 cloud function execution error |service error code -501005
2020-10-14