A reproduction of an issue with a SSL with Angular SSR and HttpClient with local assets.
- Install dependencies
npm install- Run application
npm start- Navigate to
https://localhost:4430and notice the error in the command line console, and the flash of data on the page.
- Run application
npm run start:cert- Navigate to
https://localhost:4430and notice the Node warning in the command line console, but no flash of data on the page.