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
No response
Description
In a fresh Angular 19 SSR app with Server Routing, after updating to Express v5 I'm getting a compile error.
Minimal Reproduction
Generate a new project: ng new express5-repro --ssr --server-routing --style=css
In this project, update the dependencies express and @types/express to v5
Run ng build
Exception or Error
Application bundle generation failed.
✘ [ERROR] An error occurred while extracting routes.
Missing parameter name at 2: https://git.new/pathToRegexpError
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
In a fresh Angular 19 SSR app with Server Routing, after updating to Express v5 I'm getting a compile error.
Minimal Reproduction
ng new express5-repro --ssr --server-routing --style=css
express
and@types/express
to v5ng build
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: