After migrating from angular universal 8 to 9, the page is in eternal loading and does not load anything
See original GitHub issue🐞 bug report
What modules are related to this issue?
- aspnetcore-engine
- builders
- common
- express-engine
- hapi-engine
- module-map-ngfactory-loader
Description
after I upgraded from angular 8 to angular 9, Angular SSR stopped working. it compiles everything right, when I open it in the browser it keeps trying to load and can’t, there is no error in the browser console and I have no error in the terminal, I no longer know what to do. For several weeks I have been trying to solve this, but there is no way to identify what is happening and it is something related to the update…
🔬 Minimal Reproduction
https://github.com/GlauberF/minimal-reproduction
🔥 Exception or Error
🌍 Your Environment
Angular CLI: 9.1.7
Node: 12.16.3
OS: linux x64
Angular: 9.1.4
... animations, common, compiler, core, forms, platform-browser
... platform-browser-dynamic, platform-server, router
... service-worker
Ivy Workspace: Yes
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.901.7
@angular-devkit/build-angular 0.901.7
@angular-devkit/build-optimizer 0.901.1
@angular-devkit/build-webpack 0.901.7
@angular-devkit/core 9.1.7
@angular-devkit/schematics 9.1.7
@angular/cdk 9.2.2
@angular/cli 9.1.7
@angular/compiler-cli 9.1.9
@angular/flex-layout 9.0.0-beta.29
@angular/language-service 9.1.9
@angular/material 9.2.2
@angular/material-moment-adapter 9.2.2
@ngtools/webpack 9.1.7
@nguniversal/builders 9.1.1
@nguniversal/common 9.1.0
@nguniversal/express-engine 9.1.0
@schematics/angular 9.1.7
@schematics/update 0.901.7
rxjs 6.5.5
typescript 3.8.3
webpack 4.42.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:73
Top Results From Across the Web
Angular Universal Bundle keep loading with blank page
A good way to debug this is to go to your app.component.html and your app.component.ts. Comment out every line loading another component... then ......
Read more >Server-side rendering (SSR) with Angular Universal
Open the Chrome Dev Tools and go to the Network tab. · Find the Network Throttling dropdown on the far right of the...
Read more >Firebase JavaScript SDK Release Notes - Google
Note: This is an emergency security update for any users who are still on version 8 of the SDK and are unable to...
Read more >Angular Universal: real app problems - InDepth.Dev
We can now assume that the user is trying to open an application that cannot achieve stability. setInterval, rxjs.interval or any other recursive...
Read more >48 answers on StackOverflow to the most popular Angular ...
Angular exception: Can't bind to 'ngForIn' since it isn't a known ... is not to be rendered when a page is loaded but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GlauberF as seeing your package.json,
npm run serves: ssr
command is not existed.I first commented in June 2020 that my project also has this issue, so I am just reporting that 7 months later I am still here with the same problem, waiting to find out at least some info about the root cause. A solution ofc would be a nice new year gift 😃