ambethia / recaptcha

ReCaptcha helpers for ruby apps
http://github.com/ambethia/recaptcha
MIT License
1.96k stars 439 forks source link

reCaptcha with v2 fallback not showing up when in production #448

Closed sectasy0 closed 1 month ago

sectasy0 commented 1 month ago

Hello everyone, I am running applications on production on DigitalOcean and saw that the captcha v2 box does not display in case v3 does not verify, locally everything works, in addition in the resulting HTML on the page script is commented out, why?

Local app running in prod env image

Prod env on DigitalOcean: image

grosser commented 1 month ago

no idea, but you can:

sectasy0 commented 1 month ago

The issue was resolved by disabling CloudFlare Rocket Loader.