Hello,
I created the security module with Recaptcha V3 enabled, but I get an error most of the time when I try to log in: “RECAPTCHA: invalid-input-response”.
Scriptcase version 9.3.021(2) with php 8.2
Hello,
I created the security module with Recaptcha V3 enabled, but I get an error most of the time when I try to log in: “RECAPTCHA: invalid-input-response”.
Scriptcase version 9.3.021(2) with php 8.2
Hi,
The *RECAPTCHA*: invalid-input-response error in Scriptcase typically means that the Google API is rejecting the verification token sent by your application. When running Scriptcase 9.3 on PHP 8.2, this issue is usually caused by a key mismatch, server-side cURL configuration, or a compatibility bug in that specific Scriptcase release.
Here is how you can fix it:
localhost) is added to the allowed domains list.curl.cainfo path pointing to an updated cacert.pem in your php.ini), the connection to Google will fail silently, causing Scriptcase to throw the invalid response error.Locked out of your app? If you cannot log in to fix the settings, access your application’s database, locate the security configuration table generated by Scriptcase, and temporarily disable the reCAPTCHA flag directly in the database row to regain access.
Best regards,