Skip to content

Remove backend 404 error showing up on console when creating a new pipeline. #134

@rupav

Description

@rupav

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions