Expected Behaviour
If new pipe's name doesn't match with any existing, backend read api error should not be reflected back in the console.
Actual Behaviour
Currently, while creating a new pipeline, we check if pipeline with the same name if already present, if not we create it. But if there is no match, a error is caught for the read request to backend, which gets shown up as 404 error in the console.
Steps to Reproduce:
Create a new pipeline with a new name, and see your console.