php - MongoDB Trying to call User logged Rest API Call but facing issue -
i trying call user logged api call mongodb faced following issue.
backend: codeigniter parse rest api call connect mongodb. _userarray ( [code] => 102 [error] => improper encode of parameter )
fatal error: uncaught exception 'parseexception' message 'improper encode of parameter' in /applications/xampp/xamppfiles/htdocs/icymi/application/libraries/parse/parseclient.php:264
stack trace: 0 /applications/xampp/xamppfiles/htdocs/icymi/application/libraries/parse/parseuser.php(136): parseclient::_request('get', '/1/login', '', array)
1 /applications/xampp/xamppfiles/htdocs/icymi/application/controllers/manage.php(519): parseuser::login('admin', 'test@123')
2 [internal function]: manage->console_menu() 3 /applications/xampp/xamppfiles/htdocs/icymi/system/core/codeigniter.php(359): call_user_func_array(array, array)
4 /applications/xampp/xamppfiles/htdocs/icymi/index.php(203): require_once('/applications/x...')
5 {main} thrown in /applications/xampp/xamppfiles/htdocs/icymi/application/libraries/parse/parseclient.php on line 264
Comments
Post a Comment