We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
We also experienced this in our production recently. Not sure why, what could be the issue?
Sorry, something went wrong.
I had this happening too. Fixed this by moving the {!! RecaptchaV3::initJs() !!} to the header before the form.
{!! RecaptchaV3::initJs() !!}
Here too it stopped working a few months ago, we only noticed it now, it worked until July. What changed?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: