-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: redirect to newest group slug #3467
base: main
Are you sure you want to change the base?
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3467.dev.renku.ch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I got it right, when a project’s namespace slug changes, it should redirect to the new one, right?
I found an example where, after changing a group slug, the project still opens with the old namespace slug. Because of this, the namespace dropdown in the project settings shows up empty and the list include the current and old namespace slug. Does this sound like something that needs fixing?
if I open the link as anonymous, it redirects as expected.
@andre-code this is because of 304 caching not being correct. I will try to make a fix in the backend. |
Fixes #3385.
Example:
/deploy renku=release-0.63.0