i am creating an android application using nativescript, and when i create an account it works and shows up in my kinvey dashboard with my api key and secret key in the app. But when i try to log in with those exact same credentials i get this error in the device logs.
An active user already exists. Please logout the active user before you login.
i have also tried going straight from the code sample not adding anything new and just adding my api and secret key to see if it will allow me to log in and i am getting the exact same error so i know it cant be a problem with my code. please tell me how do i fix this or should i look into using a different database then kinvey. i am using a "good looking login form" code sample from this link