anhskohbo / no-captcha

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

ERROR for site owner: Invalid site key #161

Closed chuksdsilent closed 3 years ago

chuksdsilent commented 4 years ago

I am getting this error.

ashiralibutt commented 4 years ago

I am getting this error.

i'm alos getting same error please guide me about it

khairulhasanmd commented 4 years ago

Use v2 site keys. Add also local domain(set up virtualhost locally) in google settings page if you need to test locally. Also please keep in mind that the secret and site keys are put in example as following order, I was also made mistake by filling secret to site key and site key to secret. NOCAPTCHA_SECRET= NOCAPTCHA_SITEKEY=

rdgutierrez commented 3 years ago

Use v2 site keys. Add also local domain(set up virtualhost locally) in google settings page if you need to test locally. Also please keep in mind that the secret and site keys are put in example as following order, I was also made mistake by filling secret to site key and site key to secret. NOCAPTCHA_SECRET= NOCAPTCHA_SITEKEY=

I did the same mistake, two hours wasted, until i read your comment