Next question, I try to publish pact file to Pactf...
# general
p
Next question, I try to publish pact file to Pactflow but got 409 responses like this
Copy code
Client error: `PUT PATH_OF_PACT resulted in a `409 Conflict` response:
This is the first time a pact has been published for "SsoUserService".
The name "SsoUserService" is very similar to the  (truncated...)
m
this is a general pact broker thing. As you can see, you have published a contract where the names of two systems are very close to each other, and is likely to result in confusion. Double check to make sure!
docs are your friend (search 409 and you’ll get this article): https://docs.pact.io/pact_broker/advanced_topics/troubleshooting#409-when-publishing-a-pact
p
Ahh, thanks. Let me check
👍 1