Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ashish9308 opened this issue May 28, 2024 · 0 comments
Open

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

ashish9308 opened this issue May 28, 2024 · 0 comments

Comments

@ashish9308
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant