Skip to content
New issue

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

Missing required parameters: sitekey #174

Open
Hretic opened this issue Sep 18, 2021 · 3 comments
Open

Missing required parameters: sitekey #174

Hretic opened this issue Sep 18, 2021 · 3 comments

Comments

@Hretic
Copy link

Hretic commented Sep 18, 2021

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. (recaptcha__en.js:52)
at new gW (recaptcha__en.js:498)
at TV. (recaptcha__en.js:344)
at new TV (recaptcha__en.js:484)
at Array. (recaptcha__en.js:263)
at recaptcha__en.js:82
at Array.forEach ()
at Array. (recaptcha__en.js:82)
at Array. (recaptcha__en.js:178)
at recaptcha__en.js:24

@dev-dev-15
Copy link

add render=explicit to recaptcha api script.

<script src='https://www.google.com/recaptcha/api.js? onload=onloadCallback **&render=explicit** &hl={{app.request.locale|default(defaultLang) }}' async defer> </script>

@cheema14
Copy link

That does not fix the issue @0proboy0

@Kyozen-1
Copy link

Please check your env properly, it could be that writing global variables does not follow the documentation provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants