Javin
Javin
  • 发布:2023-05-02 16:12
  • 更新:2023-05-02 17:11
  • 阅读:3308

【报Bug】[本地调试]Error: DB read action failed, resource exhausted.

分类:uniCloud

产品分类: uniCloud/App

示例代码:

uni-id-pages

操作步骤:

不知道如何复现

预期结果:

不报错正常登录

实际结果:

Error: DB read action failed, resource exhausted.

bug描述:

我使用的是uni-id-pages连接的本地云函数登录的时候报错我不知道具体原因,我看有人说是调用次数过多了,但是我用的是本地云函数应该没有调用次数限制吧。

16:08:13.932 [本地调试][云对象:uni-id-co]调用方法:[login],请求参数: {"password":"123456!@","captcha":"","username":"admin1"}
16:08:14.068 [本地调试]Error: DB read action failed, resource exhausted.
16:08:14.086 [本地调试] at runMicrotasks (<anonymous>)
16:08:14.086 [本地调试] at processTicksAndRejections (node:internal/process/task_queues:96:5)

我并没有修改代码,先是说token超时了,然后我从新登录就不行了。

在浏览器打印了一个 POST http://127.0.0.1:7001/cloudfunctions/uni-id-co 500 (Internal Server Error)

如果连接云端云函数不会报 POST http://127.0.0.1:7001/cloudfunctions/uni-id-co 500 (Internal Server Error)
但是会报Error: [uni-id- login-withpwd. vue: 130 co]: PrePayResourceExhausted: DB read action failed, resource exhausted.

2023-05-02 16:12 负责人:无 分享
已邀请:
Javin

Javin (作者)

排查出来了是因为数据库读取次数到限制了

要回复问题请先登录注册