Unable to login users Parse PHP 1.5.1
Ant248 opened this issue · 2 comments
Ant248 commented
Unable to login in version 1.5.1 error:
Parse\ParseException: Bad Request in
api/src/Parse/ParseClient.php:579
1.4 works fine here is the code im using to try login my users:
try {
$user = Parse\ParseUser::logIn($ema, $pas);
// Do stuff after successful login.
}
Has there been a breaking change betwen the versions? Unable to find any differences in the documentation.
Ant248 commented
Thanks I using sashido cloud based parse server its showing v2.3.3 i see this is not acttually the latest..
thanks for clarification!