Closed accarvajal closed 3 years ago
I guess this package is no longer mantained.
For the recaptcha V3 I follow this stackoverflow link: https://stackoverflow.com/questions/53590011/how-to-implement-recaptcha-v3-in-asp-net For my asp-net mvc application
I disabled asynchrony and it worked for me.
@(Html.Recaptcha<RecaptchaV3HiddenInput>(RecaptchaSettings?.Value, new RecaptchaV3HiddenInput { IsAsync = false }) )
Issue seems resolved, had to disable async in older versions before 3.
After upgrading my asp.net core project from v2.2 to 3.1, recatcha.Validate(...) stop working as expected. I upgraded recaptcha v3 componente from v2.2.3 to 3.0.10, however, always the validating process is failing. Previous version was working fine.