switching back to the Captcha control from reCaptcha
before chaning, the control totally vanished, no errors. suspect due to closing my google account
flipped to captcha, regenerated but nothing displays no errors nothing.
everyhting looks good, use captcha is enabled on all the various forms
not sure what we missed
and also checked my google account, the recap is still there and i resynced it , same keys, but it does not also appear, no errors whatsoever, list literally disappeared all of a sudden
var recaptchaCallback = function() {
let $ = jQuery;
ew.initReCaptcha = function(e) {
let $recaptcha = $(e?.target ?? document).find(".g-recaptcha:not([data-id])");
if ($recaptcha[0]) {}
e = undefined
in network: recaptcha__en.js
Request URL:
https://www.gstatic.com/recaptcha/releases/XXXXXXXX_yVx6IdpLbpXdiLy/recaptcha__en.js
Request Method GET
Status Code 200 OK
In preview tab:
(function() {
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
Copyright Google LLC
...code
}
i rechecked and re-entered the api keys, deleted cache, same behaviour on local and remove servers
google package loaded in .json ( "google/recaptcha": "^1.3")