anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 234 forks source link

Works locally, not on staging server #131

Open hyperflux opened 5 years ago

hyperflux commented 5 years ago

Locally, recaptcha loads and quickly verifies with the green check mark after clicking. When I move to my staging server, it loads but after clicking the blue circle spins and javascript error returned is "Uncaught (in promise) Timeout (f)".

Any ideas why this isn't working on my staging server? Yes, I have added the staging server domain to the list of domains on Google's recaptcha configuration site.

emaia commented 5 years ago

Same problem here... Any solution?