josiasmontag / laravel-recaptchav3

Laravel package for Google's Recaptcha V3
MIT License
203 stars 37 forks source link

Score returns null recently #43

Open needlag opened 4 months ago

needlag commented 4 months ago

Recently, after working fine for some time, the score returns null or simply the validation fails.

Ran some tests: Locally score is detected fine, but validation fails anyway. on Production, score is null and validation fails anyway.

Anyone else experiencing this?

Thanks.

tenshiAMD commented 3 months ago

We also experienced this in our production recently. Not sure why, what could be the issue?

dougblackjr commented 1 week ago

I had this happening too. Fixed this by moving the {!! RecaptchaV3::initJs() !!} to the header before the form.