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.
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.