openlitespeed icon indicating copy to clipboard operation
openlitespeed copied to clipboard

Recaptcha fails, it just reloads the same page.

Open dylanjamesdev opened this issue 4 years ago • 3 comments
trafficstars

Hi,

I'm experiencing an issue where the recaptcha just cycles, it keeps reloading the recaptcha page regardless of what browser, who, or what is entered.

You can solve the captcha correctly 50 times in a row, and it just reloads the same page. Keys are correct, not sure why it's doing this.

dylanjamesdev avatar Aug 13 '21 23:08 dylanjamesdev

It could be that your server has difficulty to access Google's recaptcha API server, so it failed to verify the result of reCAPTCHA verification. you can check /tmp/go_error_log.XXXX .

litespeedtech avatar Aug 14 '21 14:08 litespeedtech

Unfortunately that file does not exist.

dylanjamesdev avatar Aug 14 '21 19:08 dylanjamesdev

You can test if you server can access https://www.google.com/recaptcha/api/siteverify with curl.

litespeedtech avatar Aug 14 '21 22:08 litespeedtech