AlokaiA
Alokai16mo ago
Darren R

generateCustomerToken API always fails recaptcha

Hi, I'm using the Magento SDK and trying to use this: https://docs.alokai.com/integrations/magento/api/magento-api/generateCustomerToken

I always get the below response:
Error during reCaptcha verification. Please try again.


I can confirm I do not have any Captcha or ReCaptcha settings enabled.

When I query the Magento GraphQL endpoint directly using Postman with the below query it works

mutation {
  generateCustomerToken(
    email: "bobloblaw@example.com"
    password: "b0bl0bl@w"
  ) {
    token
  }
}

Can anyone help?
Alokai
Frontend-as-a-Service for eCommerce
Was this page helpful?