*

questions

  • *****
  • 319 posts
Hello,

Is there any issue with ReCaptcha v2 tickbox? I moved as requested to jQuery 3. and now each time a user register and when ReCaptcha v2 tickbox is active, he get a message like the ReCaptcha has not filled correctly. The account is created, but the user is not automatically redirected into his created account, needs to log-in again, some of them don't even know what happens.

I disabled the ReCaptcha v2 tickbox and everything work normally.

But is there any known issue?

Thank you,

*

MB Themes

Re: Issue here? Settings - Spam and Bots - ReCaptcha v2 tickbox
« Reply #1 on: May 24, 2023, 11:46:34 AM »
Check for errors in browser console.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: Issue here? Settings - Spam and Bots - ReCaptcha v2 tickbox
« Reply #2 on: May 31, 2023, 02:46:02 PM »
This is the HTML code for the message I get:
<div id="flashmessage" class="flashmessage flashmessage-error" bis_skin_checked="1"><a class="btn ico btn-mini ico-close">x</a>Codul reCAPATCHA nu a fost introdus corect</div>
<a class="btn ico btn-mini ico-close">x</a>
The reCaptcha code was not completed correctly
</div>

Console:
GET
   https://www.gstatic.com/recaptcha/releases/CDFvp7CXAHw7k3HxO47Gm1O9/recaptcha__ro.js
200
OK
VersionHTTP/2
Transferred167.77 kB (420.25 kB size)
Referrer Policystrict-origin-when-cross-origin

accept-ranges
   bytes
access-control-allow-origin
   *
age
   581544
alt-svc
   h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
cache-control
   public, max-age=31536000
content-encoding
   gzip
content-length
   167772
content-security-policy-report-only
   require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/recaptcha
content-type
   text/javascript
cross-origin-opener-policy
   same-origin-allow-popups; report-to="recaptcha"
cross-origin-resource-policy
   cross-origin
date
   Wed, 24 May 2023 18:51:43 GMT
expires
   Thu, 23 May 2024 18:51:43 GMT
last-modified
   Mon, 22 May 2023 20:58:33 GMT
report-to
   {"group":"recaptcha","max_age":2592000,"endpoints":[{"url":"https://csp.withgoogle.com/csp/report-to/recaptcha"}]}
server
   sffe
vary
   Accept-Encoding
x-content-type-options
   nosniff
X-Firefox-Spdy
   h2
x-xss-protection
   0



   */*
Accept-Encoding
   gzip, deflate, br
Accept-Language
   en-GB,en;q=0.5
Connection
   keep-alive
Host
   www.gstatic.com
Origin
   https://site.com
Proxy-Authorization
   Basic UlAyX1UwR1ExWlp5YnE4bENiMjA2NEMxWWtfaXdicHo0bHV0TXduTzAwS0FzZnZfbUdpb0ltR1lGUHphV0NoRE9JakNDNEMtS1FpM3NfUDJoUHpsbXBXUGE5V0lfcjBBM25HOElxUU1tT1U9OjE=
Referer
   https://site.com/
Sec-Fetch-Dest
   script
Sec-Fetch-Mode
   cors
Sec-Fetch-Site
   cross-site
User-Agent
   Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0


Looks good

*

questions

  • *****
  • 319 posts
Re: Issue here? Settings - Spam and Bots - ReCaptcha v2 tickbox
« Reply #3 on: May 31, 2023, 02:51:08 PM »
If I use this plugin:
Invisible Recaptcha Plugin

Having this message on the website while using Inline
This site key is not enabled for the invisible captcha.

*

MB Themes

Re: Issue here? Settings - Spam and Bots - ReCaptcha v2 tickbox
« Reply #4 on: June 01, 2023, 02:29:03 PM »
There are different kind of recaptcha and you cannot use API keys of one service in another service.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots