I built the angular application and tried to run it with http-server. The terminal will then be flooded with never ending garbage text and the application will not run. Any idea what caused it?
Application is working fine with ng serve and the dist file actually works fine on actual server.
But for now, I would like to run the production build on my local environment for testing.
(Should be related to the news shared by the answer)