Hi 👋,
similar to @Fábio Rodrigues and @Sumanta Roy I also get the
request contains unknown path or method
error within my pactflow setup.
Could this be related to path params?
Thomas
09/02/2022, 1:05 PM
Found it - the path parameter was defined in the wrong place within the OAS file.
✅ 1
j
Jay Wang
09/21/2022, 7:47 PM
@Thomas Can you clarify a bit on what the, "wrong place" is? I am seeing the same error in my setup.
t
Thomas
11/02/2022, 8:17 AM
@Jay Wang I can't remember exactly. Just make sure your OAS file is valid. If possible avoid references for parameters and defined them directly for the API endpoint.