recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Recaptcha v3 not generate the token for few users only

Open mega-zaigo opened this issue 6 years ago • 4 comments

Im using recaptcha v3. Its working fine for 99% users. But fails to generate the token for 1% users. For example, my website approximately getting 5000 entries per day. In these entries 50 users didn't get the token and the recaptcha is failure.

**grecaptcha.ready(function() { // This ready working for them(i checked via my manual log)

grecaptcha.execute('key', {action: 'RegisterUser/index'}).then(function(token) { // This execute code doesn't send any token**

If its issue in script then recaptcha will not work for 99 users. But its failed for 1% users only. Please save me. Thanks

mega-zaigo avatar Mar 13 '19 06:03 mega-zaigo

@mega-zaigo I'm facing the same issue. Have you figured out what's wrong?

MarkAdell avatar Oct 30 '20 17:10 MarkAdell

Same thing here

rochabianca avatar Nov 25 '20 12:11 rochabianca

Same here

Arkanius avatar Nov 25 '20 12:11 Arkanius

Same problem :( Couldn't find a fix yet.

trevinl8 avatar Nov 11 '21 07:11 trevinl8

Closing old issues that are not related to the PHP client code.

rowan-m avatar Feb 20 '23 12:02 rowan-m