Crbug/1173575, non-JS module files deprecated. chromewebdata/(index)꞉5305:9:5551

2

I just created new project and have run it for the first time using F5 or ctrl +f5, the result in Chrome is "The site can't be reached"

"err_connection_refused"

I checked the option at the breakpoints for "Exceptions caught" and the following error is displayed.

without "Exceptions caught" checked, the next error raised:

I tried to run from terminal "ng s -o" and all work fine, the site working well on port 4200,

but I like to have a debug.

here is my launch.json file, all by default

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}

Why is this happening?

Share
1
  • crbug/1173575 is a reference to crbug.com/1173575 which is a shortcut to the chrome bugs list – Rosco Apr 28 at 4:34

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue