Ismael Ramos
Ismael Ramos
With that version while serving the app with ssr, I got this error: ``` > [email protected] serve:ssr /Users/iramos/WebstormProjects/angular7-example-app > node dist/server Node server listening on http://localhost:4000 /Users/iramos/WebstormProjects/angular7-example-app/dist/server.js:344 throw error; ^...
Yup so weird. You can reproduce the error just clone my project, upgrade the version, npm run build:ssr and npm run serve:ssr. You will see the error...
+1, any updates?