Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem.

    getting also this error code when i try to refresh my invalid token.

    data: {message: 'Unable to find user property in JWT.', errorCode: 30}

    The token is correctly. if i decode it i get this:

    {
    typ: “JWT”,
    alg: “HS256”
    }.
    {
    iat: 1659890454,
    exp: 1659890514,
    email: “[email protected]”,
    id: 1,
    site: “http:\/\/localhost:8888”,
    username: “admin”
    }.
    [signature]

    Thread Starter dalimani

    (@dalimani)

    I solved the issue by typing “email” in the jwt payload and at the left where the action options i selected login with user email. Also check the two options at the bottom “redirecturl”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“message”: “Unable to find user JWT property in JWT.”, “errorCode”: 30’ is closed to new replies.