GraphQL generateCustomerToken not working with correct credentials while frontend login works fine
Normal customer account login works fine on frontend but GraphQL mutation mutation { generateCustomerToken(email: “nikunj@gmail.com”, password: “*******”) { token } } show below error even with same credentials The account sign-in was incorrect or your account is disabled temporarily. Please… Read More »GraphQL generateCustomerToken not working with correct credentials while frontend login works fine