anhskohbo / no-captcha

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

Uncaught Error: Missing required parameters: sitekey #166

Open ddubois2 opened 3 years ago

ddubois2 commented 3 years ago

Hello,

I moved my site online and now, I'm not able anymore to register new users 👍

Uncaught Error: Missing required parameters: sitekey

I guess I have to change the sitekey through Google ?

I have a reference like this : "reference": "c14dd67024f30fd28f38ac9faa44cc47e1d4bddf"

Is this the key ?


{
            "name": "anhskohbo/no-captcha",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/anhskohbo/no-captcha.git",
                "reference": "c14dd67024f30fd28f38ac9faa44cc47e1d4bddf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/anhskohbo/no-captcha/zipball/c14dd67024f30fd28f38ac9faa44cc47e1d4bddf",
                "reference": "c14dd67024f30fd28f38ac9faa44cc47e1d4bddf",
                "shasum": ""
            },

Do you know where I can find the actual key in my code ?

Thank you for your help.

FrantisekVrab commented 3 years ago

have u defined sitekey in .env file of your app?