You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation for base64 results into stack overflow error if the size of the incoming string is greater than 3355436 bytes. This was fixed in the PR validatorjs/validator.js#2574 in validator dependency. The new upcoming validator release 13.15.19 is holding the fix. The version of the validator dependency should then be updated after Release PR has been merged and released.