Recaptcha v3 not generate the token for few users only
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 I'm facing the same issue. Have you figured out what's wrong?
Same thing here
Same here
Same problem :( Couldn't find a fix yet.
Closing old issues that are not related to the PHP client code.