We are implementing User-Initiated Health Record Linking, and in the process, we are following the steps outlined in the ABDM PHR application:
- Linking my health record and searching for records from the health program.
- Being able to match the hospital.
- Fetching records and linking them.
- Receiving the OTP on the registered mobile.
- After entering the OTP, encountering the following error: “Something Went Wrong.”
In Backend all the callback APIs are functioning correctly, and we are receiving the <Response [202]> for each:
-
/v0.5/care-contexts/on-discover
Response: <Response [202]> b’’ -
/v1/links/link/on-init
Response: <Response [202]> b’’ -
/v1/links/link/on-confirm
Response: <Response [202]> b’’
Despite our efforts, we are currently unable to identify the source of the error. We seek assistance to resolve this issue. Has anyone else faced a similar problem, or can anyone provide guidance on resolving the issue? Your help would be greatly appreciated."