Replies: 1 comment
-
In your case, the issue seems to be in POST Url. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am working to run cloud transfer. I was able to run provider from samples but I am not able to run consumer and getting the following error
so I added in build.gradle.kts to run consumer
implementation(libs.edc.data.plane.selector.client)
implementation(libs.edc.data.plane.selector.core)
but when I make curl request
curl -X POST "http://localhost:9192/v2/management/catalog/request" --header 'X-Api-Key: password' --header 'Content-Type: application/json' --data-raw '{
"providerUrl": "http://localhost:8282/protocol"
}
getting Response:
Beta Was this translation helpful? Give feedback.
All reactions