Problem and Error with login with faceId and OTP

maclofin2 months ago

I have a user with OTP and my server is configured to persist the session but when I try to log in more than one time in traccar manager it throw me a error, maybe it could be for an OTP user that don’t work with faceId.
Evidence of the error

IMG_1753.jpeg

Anton Tananaev2 months ago

It might be that the token expired or some issue with signing keys.

maclofin2 months ago

Could you provide me some tipa to debug that? I don’t see logs anywhere, and as say before I have the settings of pesist session, the token shouldn’t expire

Anton Tananaev2 months ago

I think you're confusing login token with session token. What expired is your login token. If you login again, does it work?

maclofin2 months ago

Yes, it works if I login again and it works for a few hours even if I close the app (from memory too) but it doesn’t work after some time and I need to login again.

Anton Tananaev2 months ago

It should be valid for 3 or 6 months I think.

maclofin2 months ago

Are you talking about persisted token? Theses token aren’t for forever?

Any tips to debug what happens with traccar server?