anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.76k stars 235 forks source link

Missing required parameters: sitekey #174

Open Hretic opened 2 years ago

Hretic commented 2 years ago

this package used to work fine , but now it seems something is broken ... i keep getting js error in new installation

Uncaught Error: Missing required parameters: sitekey at gW. (recaptchaen.js:52) at new gW (recaptchaen.js:498) at TV. (recaptchaen.js:344) at new TV (recaptchaen.js:484) at Array. (recaptchaen.js:263) at recaptchaen.js:82 at Array.forEach () at Array. (recaptchaen.js:82) at Array. (recaptchaen.js:178) at recaptcha__en.js:24

0proboy0 commented 2 years ago

add render=explicit to recaptcha api script.

cheema14 commented 1 year ago

That does not fix the issue @0proboy0