Hi,
I recently purchase jobmonster, it's a nice job board. During the implementation, I stuck on this problem:
I have errors after implemented captcha V2 "I'm not a robot" in the 3rd api 's section.
After deactivated all the plugins one by one, the error still remain the same.
When I try to register a new user, the login window shows me the captcha but it's impossible to pass the captcha test, it says ERROR: Wrong answer - try again
- Error logs in browser console:
-----------------------------------------------------
recaptcha__fr.js:47 Uncaught (in promise) Error: Invalid site key or not loaded in api.js:'my valid site key'
-----------------------------------------------------
2VM3154:559 GET https://www.google.com/recaptcha/api.js?render='mysitekey'=3.0 net::ERR_ABORTED 400
------------------------------------------------------
Uncaught (in promise) Error: Invalid site key or not loaded in api.js: 'my valid site key'
------------------------------------------------------
-
-
-
-
-
Thank you for your help.