WeChat applet cloud development Error: errCode: -404011 cloud function execution error & -501003 exceed request limit

Error:

Uncaught (in promise) Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID xxx-xx-xx-xx, cloud function service error code -501000, error message FunctionName parameter could not be found.; at cloud.callFunction api;

Error: errCode: -501003 exceed request limit | errMsg: [LimitExceeded.OutOfReadRequestQuota] Read overrun. Please improve read specifications, but if the problem cannot be solved, contact us.

For WeChat cloud development, calls during testing are also counted in the number of calls, that is, as long as the page uses cloud storage, it will be called every time ctrl+s!

If you adjust the style several times, you have to upgrade the package. This is what it feels like to spend money like water. . . .

This error is a reminder that the number of calls to the cloud storage has no quota, so go to recharge.

WeChat will also receive intimate reminders:

Cloud Development - Overview

Here, it can be seen that the cloud storage (picture) has been called 1000+ times, and the number of database reads has reached 500+,

According to quota instructions

https://developers.weixin.qq.com/miniprogram/dev/wxcloud/billing/quota.html

The number of database reads exceeds the limit of 500/day.. .

Guess you like

Origin blog.csdn.net/weixin_45752941/article/details/128901888