-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Error loading captcha with angular 6 #5881
Comments
@cagataycivici please it's urgent, you have the same error in your documentation: |
@cagataycivici same issue for me... If you refresh the page, the component doesn't work anymore. Could you please fix that behavior? |
@LoicDelorme same issue here |
It annoys me, i have to use an other dependencies to make reCapatcha work. |
No one is listening to us... |
Same issue here. Do you have some updates about the issue? Thanks |
I run into the same issue and use a timeout to delay the PrimeNG component from loading which fixes it for my users (gives time for the captcha script to load). Comment tag to look further into if I get time. PrimeNG component needs a hook to only attempt the captcha calls when the script is available. |
fixed #5881 Error loading captcha with angular 6
I am using primeng captcha with angular 6 and when I try to directly load the page that has captcha confirmation I have this error:
I have only initialized the captcha in my index.html:
<script src="https://www.google.com/recaptcha/api.js?render=explicit" async defer></script>
But it works if I route to this page from another page.
The text was updated successfully, but these errors were encountered: