Hi,
To get session detail, I called an API end /api/getSession
after I successfully get authenticated. But I am not able to get the session detail. Please see the request-response log below.
Request
GET /openboxes/api/getSession HTTP/1.1
Host: localhost:8080
Content-Type: application/json
cookie: JSESSIONID=4D022C5846C6A707CBB3E01A3C67ACC5
Cache-Control: no-cache
Postman-Token: df0997f9-7387-421b-a1fb-0282b5c89b70
Response
{
"errorCode": 500,
"errorMessage": "Cannot get property 'supportedActivities' on null object"
}
Is there anything missed in my request? Thank you in advance.
Regards,
Andualem W.