parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Unable to login users Parse PHP 1.5.1 #435

Closed Ant248 closed 5 years ago

Ant248 commented 5 years ago

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.

dplewis commented 5 years ago

Please update your Parse Server.

https://github.com/parse-community/parse-php-sdk/pull/430

Ant248 commented 5 years ago

Thanks I using sashido cloud based parse server its showing v2.3.3 i see this is not acttually the latest.. thanks for clarification!