Skip to content

Can I use other versions apart from reCAPTCHA V3 in PWA studio?

I am using PWA studio with Magento 2 and trying to integrate Google reCAPTCHA into creating an account form.

I already set Google reCAPTCHA configuration in Magento back-end with different 3 versions of reCAPTCHA key ie. V2 checkbox, V2 invisible, and V3 invisible.

But when it comes to querying the recaptchaV3Config via GraphQL, they all respond with null, except for version V3 which worked correctly.

So, PWA studio does not fully support all V2 versions yet? or I don’t set the correct configuration at the back end?