fix(migration): revert to old path for migration routing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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
This commit is contained in:
parent
dcf88560a7
commit
f2d90f31bc
@ -192,7 +192,7 @@ const router = createRouter({
|
||||
component: MigrationComponent,
|
||||
},
|
||||
{
|
||||
path: '/user/settings/migrate/:service',
|
||||
path: '/migrate/:service',
|
||||
name: 'migrate.service',
|
||||
component: MigrationHandlerComponent,
|
||||
props: route => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user