Chrome console shows me "Navigated to http://localhost...."

JavascriptGoogle ChromeConsoleGoogle Chrome-Devtoolsconsole.log

Javascript Problem Overview


Chrome console shows me "Navigated to http://localhost...." in blue letters

Image: enter image description here

Javascript Solutions


Solution 1 - Javascript

This is a feature on chrome to separate between page logs, when you have the "preserve logs" option checked. It shouldn't show up if you uncheck that box and reload the page.

It's just telling you that the browser change to another page.

Solution 2 - Javascript

Chrome is just telling you that the browser location changed to another page. You can stop it with the Chrome settings.

Just go to Chrome inspect > settings > preferences > network > preserve log and uncheck it.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionlucasgabmorenoView Question on Stackoverflow
Solution 1 - JavascriptskrawlerView Answer on Stackoverflow
Solution 2 - JavascriptNajmul Hossain SayamView Answer on Stackoverflow