Skip to content

Catalog Request not displaying any Contract Offers #2463

Answered by pablobiedma
pablobiedma asked this question in Q&A
Discussion options

You must be logged in to vote

As providerUrl in the request you are stating http://localhost:9292/api/v1/ids/data. If you did not make any changes to the port configurations, the consumer is running on 9292, which doesn't offer any data. The provider is running on port 8282, so to query the provider's catalog you would need to set "providerUrl": "http://localhost:8282/api/v1/ids/data".

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pablobiedma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant