Genta Sumantri

Results 2 comments of Genta Sumantri

you should pass the exponent number as BN object, since you try to exponent a number in plain javascript. try using `BN.pow()` instead. example : `const totalExp = new BN(10).pow(new...

I think its related to git version you used. i'm updating git from v2.25.1 to v2.48.1 and this problem is gone. see https://github.com/coollabsio/coolify/issues/2444