ssr does not render routes with custom matcher #29284
Labels
area: @angular/ssr
feature: votes required
Feature request which is currently still in the voting phase
feature
Issue that requests a new feature
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
The new SSR implementation does not seem to work with custom route matcher.
The simple reproduction in linked repo is set to render all routes server side and contains two routes (one by path, one by custom matcher). When serving the app it shows the problem.
Please provide a link to a minimal reproduction of the bug
https://github.com/dklmuc/angular-ssr
Please provide the exception or error you saw
The defined route by path (/path) is rendered as expected but the one defined with a custom matcher (/matcher) is not rendered at all and results in a 404 Cannot GET /matcher.
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
Same problem after building the app and starting the bundle.
The text was updated successfully, but these errors were encountered: