corda / cordapp-template-java

A Java CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
83 stars 127 forks source link

Unable to get the response after deploying the app to minicube #85

Open ashish9308 opened 6 months ago

ashish9308 commented 6 months ago

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.