saleor
saleor copied to clipboard
Bug: Invalid or expired token.
What are you trying to achieve?
I'm using the setPassword mutation and unable to reset the password for an account.
Steps to reproduce the problem
What did you expect to happen?
I want to change my password
Logs
{ "data": { "setPassword": { "accountErrors": [ { "field": "token", "message": "Invalid or expired token.", "code": "INVALID" } ], "user": null } }, "extensions": { "cost": { "requestedQueryCost": 0, "maximumAvailable": 50000 } } }