saleor icon indicating copy to clipboard operation
saleor copied to clipboard

Bug: Invalid or expired token.

Open linhkiubo98 opened this issue 4 months ago • 1 comments

What are you trying to achieve?

I'm using the setPassword mutation and unable to reset the password for an account.

image

image

Steps to reproduce the problem

image

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 } } }

Environment

linhkiubo98 avatar Oct 14 '24 01:10 linhkiubo98