-
Notifications
You must be signed in to change notification settings - Fork 245
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
Provider-HTTP-Push: Transferprocess completes but callback request fails #3596
Comments
Hi @Julian-Marco the URL callback is automatically derived for simple cases, if you have a particular setup you should configure the URL of the control api, check here |
Thank you, didn't know that, interesting. The provider is running on an AKS and uses an AzureStorage as a DataSource. I suppose you mean this value here?
Can this be chosen completely arbitrary? Edit: ... assuming that this is my current configuration for the other two values:
|
You also have to include |
Guess I was simply missing the Works like a charm now, thank you! :) |
Cool, closing this then :) |
Bug Report
When my Provider-EDC uses an HTTP-Push, the transfer does complete in the kind of sense that the file gets transferred succesfully, but for whatever reason the Provider-EDC tries to inform itself about the completion of the transfer, which seems to fail since the callback address used for this could not be found. At the same time, the Consumer-EDC doesn't even show a
Complete
message. Instead, it only shows that the transferprocess has started and then never mentions anything again about it.Consumer-EDC: (
<PROVIDER-HOST>
represents the address of the Provider-EDC)Provider-EDC: (
<CONSUMER-HOST>
represents the address of the Consumer-EDC)Then, the Provider keeps trying to send a request to a callback address that doesn't seem to exist:
Looks like the address gets created here but the Provider-EDC doesn't seem to recognize it. Might this be an issue with how I initialize the DataPlane?
Maybe the endpoint in the url needs to be
/transferprocess
instead of/transfer
or something like that?The text was updated successfully, but these errors were encountered: