Create an account ReCaptcha issue on Magento 2.4.5
I’m using the create an account GraphQL, sometimes the validation passed and a few times it doesn’t. It seems to be an issue from these validation part of the code: if ($reCaptchaConfig && !$this->validator->isValid( (string)$this->request->getHeader(‘X-ReCaptcha’), $reCaptchaConfig )->isValid() ) { throw… Read More »Create an account ReCaptcha issue on Magento 2.4.5