INVALID_CAPTCHA error in checkUserExistenceV2 API #119
-
In the mobile app, the adopter configured the Recaptcha key and private key, but when we use this key in checkUserExistenceV2 API, it throws an INVALID_CAPTCHA error. Added logs for the API call For reference check SunbirdEd Discussion @AmiableAnil @reshmi-nair Please check why its throwing error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@swayangjit |
Beta Was this translation helpful? Give feedback.
@AmiableAnil The issue was the site-key was created using the reCaptcha enterprise edition but we are supporting recaptcha classic. The adopter has created the site-key using reCaptcha classic and it's working now.