You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have done the local build of this app and able to generate the cpi for the same but while trying to upload the same through POST /corda/cpi it got uploaded successfully and able to see one id is returning in response
{
"id": "84a91fc5-54fe-44c6-afe4-1f375b481d6b"
}
But while trying to run the GET method /corda/cpi/status/84a91fc5-54fe-44c6-afe4-1f375b481d6b to check the status it's returning
{
"title": "No such requestId=84a91fc5-54fe-44c6-afe4-1f375b481d6b",
"status": 400,
"details": {}
}
What can be possible reason for this, or do I missing something while deploying...Please guide me.
Also when I'm hitting GET method to listallcpi's /corda/cpi it's returning
{
"cpis": []
}
Please help me, My POC is blocked because of this.
The text was updated successfully, but these errors were encountered:
Hi Team ,
I have done the local build of this app and able to generate the cpi for the same but while trying to upload the same through POST /corda/cpi it got uploaded successfully and able to see one id is returning in response
{
"id": "84a91fc5-54fe-44c6-afe4-1f375b481d6b"
}
But while trying to run the GET method /corda/cpi/status/84a91fc5-54fe-44c6-afe4-1f375b481d6b to check the status it's returning
{
"title": "No such requestId=84a91fc5-54fe-44c6-afe4-1f375b481d6b",
"status": 400,
"details": {}
}
What can be possible reason for this, or do I missing something while deploying...Please guide me.
Also when I'm hitting GET method to listallcpi's /corda/cpi it's returning
{
"cpis": []
}
Please help me, My POC is blocked because of this.
The text was updated successfully, but these errors were encountered: