Hello guys,
I’ve been trying to complete all Backendless missions to discover all its functionalities. Then i was stuck at the mission called “Invoke API using user account with custom role”. it provides 2 accounts already in the “Users” table to test account permissions.
The problem is when i try to login in with the rest console, an error is throw, labeled “Invalid login or password”. in the browser debug console, it returns this json object:
{“code”:1000,“message”:“Entity with ID login not found”,“errorData”:{}}
I’ve verified the “Users” table and reset all the passwords, created a page to login with UI builder and codeless and it returns the same error, maybe there’s a problem in the authentification system ?
Thanks !!