Hello when I verify the pact file in a remote url,...
# general
y
Hello when I verify the pact file in a remote url, it throws some transport error .
Copy code
err := verifier.VerifyProvider(t, provider.VerifyRequest{
		ProviderBaseURL: "<grpc://10.x.x.x:31009>",
		Transports: []provider.Transport{
			{
				Protocol: "grpc",
				Port:     31009,
			},
		},
...}
but local host is ok
m
There’s no reason why it shouldn’t work as long as there is a clear network path and it behaves like it would locally. What’s the actual error?
y
just
transport error