You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
19
Description
paths like '/:country/:lang/some/urls/' when redirected to 'data' are redirected to /en/:lang/some/urls/data
Minimal Reproduction
in function resolveRedirectTo(routePath, redirectTo){} (packages/angular/ssr/src/routes/ng-routes.ts)
the '/:country/:lang/some/urls/' is replaced with '/*/:lang/some/urls/'
Command
serve
Is this a regression?
The previous version in which this bug was not present was
19
Description
paths like '/:country/:lang/some/urls/' when redirected to 'data' are redirected to /en/:lang/some/urls/data
Minimal Reproduction
in function resolveRedirectTo(routePath, redirectTo){} (packages/angular/ssr/src/routes/ng-routes.ts)
the '/:country/:lang/some/urls/' is replaced with '/*/:lang/some/urls/'
we heve routes like this
Your Environment
Anything else relevant?
looks like related to #33154
#33159