International-Data-Spaces-Association / IDS-testbed

Apache License 2.0
24 stars 32 forks source link

IDS-Testbed - Problem Request artifact and Offers #142

Closed chrkli7 closed 2 months ago

chrkli7 commented 3 months ago

we got the IDS TESTBED running and ran the preconfiguration in postman:

grafik

so far so good ... Unfortunately, we get an error message when creating an offer according to your instructions:

https://docs.internationaldataspaces.org/ids-knowledgebase/v/ids-reference-testbed/getting-started-with-ids-reference-testbed/preparingpreconfiguredsetup

grafik

In validating preconfigured Seutp: Interaction between connectors …the following error appears: grafik

How to solve this problem?

jfernandezsqs commented 3 months ago

Hello @chrkli7,

With the information from this issue, if you have followed the information detailed here, it could be due to the contract you have generated at Generate Contract Template: POST /api/contracts request (link to documentation).

Please, ensure that the end date of that contract has a proper date that has not been passed.
Replace:

    "end": "2023-10-22T07:48:37.068Z"

with:

    "end": "2025-10-22T07:48:37.068Z"

The rest of the requests should not give any problem and the entire postman collection should work for you.

jfernandezsqs commented 2 months ago

This error should be fixed with pull request #143. Please check again your error and the comment regarding the contract date. I close this issue, if you continue to have problems feel free to open it again.