Describe the bug
Pipelines with w/ in the title don't navigate correctly from the /pipelines route.
The working destination:
/editor/Nebius%20Chicago%20Taxi%20Trip%20(E2E%20w%2F%20GKE%20included)
The current (broken) destination
/editor/Nebius%20Chicago%20Taxi%20Trip%20(E2E%20w/%20GKE%20included)
To Reproduce
Steps to reproduce the behavior:
- Name your pipeline
Nebius Chicago Taxi Trip (E2E w/ GKE included)
- Go to the /pipelines page
- Try to click on that pipeline to navigate to it
- You will get a
Not Found page.
Expected behavior
The w/ in the URL should be properly encoded.

Describe the bug
Pipelines with
w/in the title don't navigate correctly from the /pipelines route.The working destination:
The current (broken) destination
To Reproduce
Steps to reproduce the behavior:
Nebius Chicago Taxi Trip (E2E w/ GKE included)Not Foundpage.Expected behavior
The
w/in the URL should be properly encoded.