I received a “No mapping found for resp.requestId on cache” error when calling the following API: https://dev.abdm.gov.in/gateway/v0.5/care-contexts/on-discover. To provide context, I initially made a successful request to {{callbackurl}}/care-contexts/discover, which returned a 200 status code.
However, when I attempted to call the https://dev.abdm.gov.in/gateway/v0.5/care-contexts/on-discover API, I encountered the following error in the response:
{
“error”: {
“code”: 2500,
“message”: “No mapping found for resp.requestId on cache”
}
}
I have attached a postman screenshot below for your reference.