dc11512555
dc11512555
  • 发布:2024-12-28 19:25
  • 更新:2024-12-28 19:25
  • 阅读:22

【报Bug】云函数URL化绑定域名后执行结果返回不稳定 This XML file does not appear

分类:uniCloud

产品分类: uniCloud/App

App下载地址或H5⽹址: http://meihaodeshiguang.cn/testSend

操作步骤:

执行链接:http://meihaodeshiguang.cn/testSend

预期结果:

123456

实际结果:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>676FDF4F772ADB3939F15617</RequestId>
<HostId>static-unicrpowtr-mp-4395d5b7-35ab-4fbb-bd2d-bf6e9352719a.oss-cn-zhangjiakou.aliyuncs.com</HostId>
<Key>testSend</Key>
</Error>

bug描述:

'use strict';  
exports.main = async (event, context) => {  

    return "123456"  

};

就是这么简单的云函数,用http链接访问时返回结果不稳定,一会能返回,一会又是This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>676FDF4F772ADB3939F15617</RequestId>
<HostId>static-unicrpowtr-mp-4395d5b7-35ab-4fbb-bd2d-bf6e9352719a.oss-cn-zhangjiakou.aliyuncs.com</HostId>
<Key>testSend</Key>
</Error>

时间间隔大概是十来分钟左右 百思不得急切

2024-12-28 19:25 负责人:无 分享
已邀请:

要回复问题请先登录注册