Postman mock server always returns mockRequestNotFoundError Double check your method and the request path and try again

I create a collection by uploading a valid openapi3 spec.
Create a mock server.
Send requests to the mock server from postman or a browser.
Path is correct but postman mock server always responds with
{
“error”: {
“name”: “mockRequestNotFoundError”,
“message”: “Double check your method and the request path and try again.”,
“header”: “No matching requests”
}
}

Hey @security-saganist-98! Welcome to the community :clap:

Check out this detailed explanation here, it may contain something useful for your case:

Hope this helps,
Good luck.

1 Like