From f2d90f31bcdb9ac0db446b7397c667794c0a0181 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 14 Jul 2024 22:49:24 +0200 Subject: [PATCH] fix(migration): revert to old path for migration routing This change fixes a bug where the migration redirect handler changed the url which lead to the redirect with the auth code from external services to a 404 page, ultimately breaking the migration. Resolves https://community.vikunja.io/t/geting-404-when-attempting-todoist-import/2588 --- frontend/src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 152185df5..949131701 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -192,7 +192,7 @@ const router = createRouter({ component: MigrationComponent, }, { - path: '/user/settings/migrate/:service', + path: '/migrate/:service', name: 'migrate.service', component: MigrationHandlerComponent, props: route => ({