Replies: 3 comments 5 replies
-
please attach the transfer request payload and maybe the complete stacktrace. which state reaches the transfer on the consumer side? and on the provider one? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
the solution is here:
the provider data plane is not able to get the private key to sign the EDR token. please ensure that the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set up a basic EDC using the SeedVault and certs.
Using the above config I spin up 2 instance, one provider and consumer with the following configurations:
Similar config for consumer as well with the ports changed.
I'm able to create asset, policy and contract and negotiate it but unable to complete the transfer process.
Looking into the logs, the data plane of the provider shows the following error:
Meanwhile the consumer service runs fine. Is this because transferprocess is not initiated on consumer that the error is not seen.
Is the cert in the repo still correct ?
This is how I run it.
Beta Was this translation helpful? Give feedback.
All reactions