简体   繁体   中英

Angular + PWA = No SSR?

I have configured an angular application with SSR, which works very well.

Now that I made my app a PWA using ng add @angular/pwa , the app is no longer pre-rendered.

I have to reload the page with Ctrl+Shift+R, then it is pre-rendered again.

I don't get an error message both in the Angular App and from my node server.

What can be the problem?

In ssr,

Do you have same error in SSR case please check " I have to reload the page with Ctrl+Shift+R, then it is pre-rendered again." Is you meta tags are same on reload

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM