Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle redirect to current slug #3385

Open
leafty opened this issue Oct 24, 2024 · 1 comment
Open

Handle redirect to current slug #3385

leafty opened this issue Oct 24, 2024 · 1 comment
Labels

Comments

@leafty
Copy link
Member

leafty commented Oct 24, 2024

When a slug is updated in Renku 2.0, the old slug can still be used for GET queries (until it is claimed). In such cases, the UI should handle updating the browser URL to the new one.

Example:

  1. Create a group, with slug example-group.
  2. Update the group with a new slug example-new-group.
  3. Manually load the group page with the old slug example-group.

The UI should change the URL to example-new-group but does not at the moment. Note that this should happen for groups, users, projects, etc.

@leafty leafty added bug status/triage Issue needs to be triaged and removed status/triage Issue needs to be triaged labels Oct 24, 2024
@leafty
Copy link
Member Author

leafty commented Oct 24, 2024

Note: maybe the API should reply with a 3xx response instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant