bug: Issuer doesn't see any new connections in GET /connections or GET /connections/:id
Steps:
- Issuer makes a new connection invitation
- Holder accepts it
- Issuer calls GET /connections
Response:
{
"id": "f3d32118-2591-4333-8f22-3102f321720c",
"specversion": "V1",
"datacontenttype": "application/json",
"subject": "connections.list",
"source": "/connections",
"type": "connections.list",
"data": []
}
- Issuer calles GET /connections/:connectionId from Holder step 2.
Response:
{
"id": "81366aa1-f43c-4a12-89b8-bfcfe686796c",
"specversion": "V1",
"datacontenttype": "application/json",
"subject": "connections.get",
"source": "/connections/:id",
"type": "connections.get",
"data": null
}
Edited by Rosen Georgiev