opensrp / hapi-fhir-jpaserver-starter

Apache License 2.0
0 stars 1 forks source link

Login Issue due to Practitioner Details end-point exception #64

Closed rehammuzzamil closed 1 year ago

rehammuzzamil commented 1 year ago

Facing following exception on login:

    "resourceType": "OperationOutcome",
    "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>HAPI-0435: Server method returned resource of type[PractitionerDetails] with no ID specified (IResource#setId(IdDt) must be called)</pre></td>\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
    },
    "issue": [
        {
            "severity": "error",
            "code": "processing",
            "diagnostics": "HAPI-0435: Server method returned resource of type[PractitionerDetails] with no ID specified (IResource#setId(IdDt) must be called)"
        }
    ]
}
dubdabasoduba commented 1 year ago

Closing this issue since the related PRs are merged