• It appears recaptcha v3 is broken again and since 12/9, all of my messages are failing to send. I found them in the flamingo spam folder. All of them show the spam log as “Spam log: reCAPTCHA response token is empty.”

    I verified am using v3 keys, and the recaptcha badge is showing on all pages, and this is the only plugin with issues.

    On the page trying to submit a contact form, I have these errors in the console:
    Uncaught ReferenceError: grecaptcha is not defined
    at (index):2171

    multiple occurences of:
    ?v=2.0:6 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403

    All plugins/theme are up to date.

    Thanks
    Matt

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter meloyelo51

    (@meloyelo51)

    I have been digging into this for a while tonight.

    I am curious though…if others are having the issue… are you also using any css/java optimization plugins? Poking around, I think I may have fixed my issue where atleast a few test messages are going through now.

    Deleting the plugin and reinstalling did not help.
    After I reinstalled, I noticed it pulled the v2 keys automatically, so I changed to v3 again…same issue.
    I tried using v3 keys in the wordpress recaptcha plugin, but that doesn’t work (invalid key type) and had to go back to v2 so as not to break other forms on my page.

    I then disabled my “Async JavaScript” plugin which was using the defer method for java script optimization.

    I am leaning towards the latter fixing the issue, but my site uses CDN servers, and sometimes there is lag between updates replicating and browser cache etc…so I am wondering if this info helps anyone else in testing, and if so, could the developer chime in to suggest proper exclusion settings for that plugin

    I then disabled my “Async JavaScript” plugin which was using the defer method for java script optimization.

    Optimation of JavaScript has been reported as a cause of reCAPTCHA v3 issues several times in this forum. I’d recommend you focus on that as a likely cause of your particular problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recaptcha v3 broken – again’ is closed to new replies.