I just installed a new Magento 2.4.4 and configured the captcha inside Configuration > Security > Google reCAPTCHA Admin Panel.
I tried configuring:
- reCAPTCHA v2 (“I am not a robot”)
- reCAPTCHA v2 Invisible
- reCAPTCHA v3 Invisible
Sometimes the Captcha works, and sometimes it doesn’t.
These are the errors I got in my var/log/system.log
.
[2022-08-14 10:21:40] main.ERROR: MagentoFrameworkExceptionInputException: Can not resolve reCAPTCHA parameter. in /srv/public_html/releases/20220914094927/vendor/magento/module-re-captcha-ui/Model/CaptchaResponseResolver.php:25
[2022-08-14 10:23:44] main.ERROR: MagentoFrameworkExceptionInputException: Can not resolve reCAPTCHA parameter. in /srv/public_html/releases/20220914094928/vendor/magento/module-re-captcha-ui/Model/CaptchaResponseResolver.php:25
How could I fix it?