Hi,
I did get to /users and suddenly I'm getting this: "
{
"message": "invalid claim",
"claimValidationErrors": [
{
"id": "st-ev",
"reason": {
"message": "wrong value",
"expectedValue": true,
"actualValue": false
}
}
]
}
"
after sign in (there are cookie there). What is this?
I wasn't having this earlier. /users always worked and I checked auth:
https://supertokens.com/docs/thirdpartyemailpassword/testing/testing-with-postman and I didn't change anything form this moment.