Every time I run the Ionic serve
command, my project loads in the browser but unfortunately shows a couple of errors in the console.
An error occurred: Uncaught TypeError: Cannot read property 'innerHTML' of null(…)
Another issue appeared: Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
The console also displayed: GET http://localhost:8100/ net::ERR_CONTENT_LENGTH_MISMATCH
Is there any way to resolve these errors?