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

Recaptcha not work #61

Closed
jankod opened this issue May 12, 2018 · 3 comments
Closed

Recaptcha not work #61

jankod opened this issue May 12, 2018 · 3 comments

Comments

@jankod
Copy link

jankod commented May 12, 2018

reCaptcha is not workig. I got error in chrome console:
"recaptcha__en.js:61 Uncaught undefined" ...

My solution is put
{!! Captcha::script() !!}
to before </head> tag.

Google documentation say: "Paste this snippet before the closing tag on your HTML template:"

@adr1enbe4udou1n
Copy link
Owner

Hello,

Can't reproduce from my side. Is this in contact page ?

I already inserted this snippet on each page with captcha :
@Push('scripts')
{!! Captcha::script() !!}
@endpush

@jankod
Copy link
Author

jankod commented May 13, 2018

This happens on registration page.
When I click on captcha, progress is very long and in console I see:
"Uncaught undefined" recaptcha__en.js:61
This does not always happen, sometimes it works well.
My solution to put {!! Captcha::script() !!} to before </head> tag not work.

@adr1enbe4udou1n
Copy link
Owner

Ok fixed, it was a really tricky bug because a conflict with Vue.
recaptcha works better outside vue app landing...

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

2 participants