-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue fetching Retrieve provider Contract Offers #236
Comments
Thanks for your contribution 🔥 We will take a look asap 🚀 |
I have excactly the same issue. |
same issue here... :) |
@idrissyou @wissembhl Can you please try again with: http://localhost:9192/management/v2/catalog/request notice that this time we have "v2" in the endpoint Please, also check your consumer and provider configurations, because these in the 05 example are not full (you mostly need the parts from the earlier samples that describe how to run connectors and do simple file transfers between them, just be careful with the ports and endpoints)... You can also use the following payload :
|
Hi,
I'm exploring the Samples repository
I have faced some challenges trying Samples/transfer/transfer-05-file-transfer-cloud
the example is trying to make a data exchange between 2 connector and using blob storage and s3 bucket:
https://github.com/eclipse-edc/Samples/tree/main/transfer/transfer-05-file-transfer-cloud
I tried request data offers from the provider, by running:
curl -X POST "http://localhost:9192/management/catalog/request"
--header 'X-Api-Key: password'
--header 'Content-Type: application/json'
--data-raw '{
"counterPartyAddress": "http://localhost:8282/protocol"
}'
I got the following response:
I can see an error message on the provider as well
Is there anything that I'm missing?
Thank you in advance
The text was updated successfully, but these errors were encountered: