Webhook connection issue #22
Unanswered
suraj-tekdi
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup the bap client, bap network, bpp network & bpp client. I have added the my webhook url to bpp network & bpp client in default.yml file. when I am calling the api I am getting response from only two provider & I am not getting the data from my webhook url.
Data is not coming from my provider.
http://localhost:5001 is our bap client server
curl --location 'http://localhost:5001/search'
--header 'Content-Type: application/json'
--data '{
"context": {
"domain": "onest:learning-experiences",
"action": "search",
"version": "1.1.0",
"bap_id": "Tekdi",
"bap_uri": "https://7546-2405-201-a406-8104-db62-dde3-2670-da15.ngrok-free.app/",
}'
Requesting your help here.
Beta Was this translation helpful? Give feedback.
All reactions