Not existing user token

I’ve been getting this error lately with my Android app. Whenever I try to login I get this error. The only way yo fix it would be uninstalling the app, and installing it back again. Any reasons why this is happening?
Btw I’m using Google provider to login with backendless. Backendless.UserService.loginWithOAuth2() function.

BackendlessFault{ code: ‘3064’, message: ‘Not existing user token - 714EE160-C48F-4E56-80B3-24F2AB99614D. Relogin user to update your user token’, detail: ‘Not existing user token - 714EE160-C48F-4E56-80B3-24F2AB99614D. Relogin user to update your user token’, extendedData: ‘{}’ }

Hello, @Stefan_Jovanovic.

Perhaps during the rebuilds of the application, some user data was cached.
Have you tried to logout user before launching the application?

Best Regards, Nikita.

Haven’t tried that, will do, thanks!