Hey guys, can anyone faced the below issue. If yes...
# pact-jvm
s
Hey guys, can anyone faced the below issue. If yes, could you please help me.
Copy code
au.com.dius.pact.core.pactbroker.NotFoundHalResponse: No HAL document found at path '<https://xxx.pactflow.io/pacts/provider/packflow/for-verification>'
h
is your provider really called
pactflow
? see the second instance in the path
m
This can also happen if there are intermediate proxies that mess with the response - you can set log level to debug and see what the request/response to PactFlow looks like. If you see HTML or something that looks like a proxy responding, that’s probably the issue
howtoproxy
s