Skip to content

feat: fixed url redirect#6800

Open
tiarascoleman wants to merge 2 commits intomainfrom
MP-2603
Open

feat: fixed url redirect#6800
tiarascoleman wants to merge 2 commits intomainfrom
MP-2603

Conversation

@tiarascoleman
Copy link
Copy Markdown
Contributor

@tiarascoleman tiarascoleman requested a review from a team April 2, 2026 16:13
@tiarascoleman tiarascoleman self-assigned this Apr 2, 2026
@tiarascoleman tiarascoleman added the b2c Sends B2C team a message in Slack on PR creation label Apr 2, 2026
@roger-in-kiva
Copy link
Copy Markdown
Collaborator

Not mentioned in the ticket, but this also displays old mykiva page:
https://kiva-ui.local/mykiva/next-steps/

@@ -435,6 +435,15 @@ export default [
excludeFromStaticSitemap: true,
},
beforeEnter(to, from, next) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this, is it possible to add a /mykiva/ route and redirect to /mykiva instead?

beforeEnter(to, from, next) {
if (to.path === '/mykiva/') {
return next({
path: '/mykiva',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this would technically work, the core solution would be to remove the userInHomepage code on the page and ensure the userInHomepage is the default/only version of MyKiva. We used to have two versions of MyKiva but don't anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

b2c Sends B2C team a message in Slack on PR creation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants