Problem Statement
The React rewrite renamed several console URLs: /admin/projects and /admin/identity moved to the top level, /project became /projects, and the per-service segments changed (services, lakehouse/, data-engineering/, bi/*, spark/applications). There are no redirects from the old shapes, so any existing bookmark or saved link lands on the home page via the catch-all route.
Proposed Solution
Add redirect routes mapping the old URL shapes (/admin/projects, /admin/identity, /project/:projectId/... with the old service segments) to their current equivalents so existing links keep working.
Problem Statement
The React rewrite renamed several console URLs: /admin/projects and /admin/identity moved to the top level, /project became /projects, and the per-service segments changed (services, lakehouse/, data-engineering/, bi/*, spark/applications). There are no redirects from the old shapes, so any existing bookmark or saved link lands on the home page via the catch-all route.
Proposed Solution
Add redirect routes mapping the old URL shapes (/admin/projects, /admin/identity, /project/:projectId/... with the old service segments) to their current equivalents so existing links keep working.