voltrue2 / in-app-purchase

A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows.
http://iap.gracenode.org
Other
1.05k stars 289 forks source link

RangeError: Maximum call stack size exceeded #288

Open kodekq opened 5 years ago

kodekq commented 5 years ago

When deploying the plugin on the server, everything is fine at first, but over time (several thousand verifications), when I try to validate iap.validate(objectReceipt).then(onSuccess).catch(onError);

I get error: RangeError: Maximum call stack size exceeded

Any attempt to validate, I get this error until I restart the server, time passes and everything repeats again.

husmen73 commented 4 years ago

Same on Ref: https://github.com/voltrue2/in-app-purchase/issues/302