-
Notifications
You must be signed in to change notification settings - Fork 12k
v19.1 with SSR not building/responding in dev mode: The operation was aborted due to timeout #29400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue. Setting my node version to |
The same here. Setting |
It's not just build command, |
I prefer to downgrade the ng version instead of node !! -_- |
This issue doesn't appear to be related to the Node.js version. Upon investigation, I observed that the problem arises specifically when using |
I removed |
I have a fix in progress that should address this issue and unblock it. As a side note, |
…InitialNavigation` This fix ensures that route extraction is not blocked when `withEnabledBlockingInitialNavigation` is used. Closes angular#29400
…InitialNavigation` This fix ensures that route extraction is not blocked when `withEnabledBlockingInitialNavigation` is used. Closes angular#29400
…InitialNavigation` This fix ensures that route extraction is not blocked when `withEnabledBlockingInitialNavigation` is used. Closes angular#29400
…InitialNavigation` This fix ensures that route extraction is not blocked when `withEnabledBlockingInitialNavigation` is used. Closes angular#29400
…InitialNavigation` This fix ensures that route extraction is not blocked when `withEnabledBlockingInitialNavigation` is used. Closes #29400
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
build
Is this a regression?
The previous version in which this bug was not present was
19.0
Description
Hey. Updating v19.0.x app to v19.1.x breaks build with this error:
✘ [ERROR] An error occurred while extracting routes.
Routes extraction was aborted.
TimeoutError: The operation was aborted due to timeout
No routes, no code, no logic.
Minimal repro available here: https://github.com/zip-fa/19-1-endless-build
Switching from server config:
To static config:
immediately helps
Minimal Reproduction
nx build 19-1-endless-build
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: