You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to login (customerAccessToken) for new type of customer. Customers log in with a one-time code sent to their email (no passwords).
but this is not supported in graphql
{
"errors": [
{
"message": "Variable $input of type CustomerAccessTokenCreateInput! was provided invalid value for password (Expected value to not be null)",
"locations": [
{
"line": 5,
"column": 36
}
],
"extensions": {
"value": {
"email": "[email protected]"
},
"problems": [
{
"path": [
"password"
],
"explanation": "Expected value to not be null"
}
]
}
}
]
}
The text was updated successfully, but these errors were encountered:
i am trying to login (customerAccessToken) for new type of customer. Customers log in with a one-time code sent to their email (no passwords).
but this is not supported in graphql
{
"errors": [
{
"message": "Variable $input of type CustomerAccessTokenCreateInput! was provided invalid value for password (Expected value to not be null)",
"locations": [
{
"line": 5,
"column": 36
}
],
"extensions": {
"value": {
"email": "[email protected]"
},
"problems": [
{
"path": [
"password"
],
"explanation": "Expected value to not be null"
}
]
}
}
]
}
The text was updated successfully, but these errors were encountered: