DataCloud-project / SIM-PIPE

SIM-PIPE generates and simulates a deployment configuration in order to test the functionality and evaluate the performance of the steps of a big data pipeline.
Apache License 2.0
10 stars 1 forks source link

[Bug]: [project_id] in the URL #128

Closed fungiboletus closed 1 week ago

fungiboletus commented 1 year ago

Contact details

No response

Current behavior

The URL path looks like this: /projects/[project_id]/abcd/abcd when visiting a step. The step id is present twice (abcd in this example).

When visiting a project, the URL path looks like this: projects/[project_id]/actual_project_id.

It prevents refreshing the page because the project identifier is not always in the URL. Keycloak is also unhappy with the [] characters in the path it seems.

Expected behavior

URL paths should contain the correct identifiers and not have templates.

Steps to reproduce

Environment

Screenshots

No response

Logs

No response