evoWeb / recaptcha

TYPO3 Extension to make use of googles nocaptcha
GNU General Public License v2.0
6 stars 18 forks source link

Development mode active. Do not expect the captcha to appear #71

Open dr2okevin opened 1 year ago

dr2okevin commented 1 year ago

Using the Captcha with the TYPO3 Form editor shows in frontend always the message "reCAPTCHA Development mode active. Do not expect the captcha to appear ". Application Context is "Production". Keys are set in extension Settings. I also tried as a quick fix to check the option "plugin.recaptcha.enforceCaptcha". But no luck.

TYPO3 11.5.30 evoweb/recaptcha 11.0.4

garbast commented 1 year ago

The Captcha is shown if (typoscript robotMode = 0) and (request is a backend request or the context is not development or enforceCaptcha = true)

You need to check if your config matches this requirements.

The extension works on other installation, so there must be something with your setup.

dr2okevin commented 1 year ago

As I had already written, the context is production. robot mode is also not active. grafik grafik

pmarkus84 commented 16 hours ago

I have the same problem with Typo3 12.4.22 and evoweb/recaptcha 14.0.0. image