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

Solution 1:

I had the same issue and the problem was with the URL, it was https://localhost:8000; in place of http://localhost:8000.

So try checking your URL and routes.

Solution 2:

My server was just not running locally. :) Starting localhost solved it.

Solution 3:

Console error message

I had this same error and I resolved it by turning off my plugins. Specifically a CORS plugin I have been using.

Solution 4:

I also had this issue and none of the solutions listed were helpful. However the problem was rather easy to solve.

Just go into the Network tab of the Chrome Developer Console. Be sure that the connection is on No throttling and not Offline.

tutorial

Solution 5:

In my case, it got resolved by closing the browser and recompiling the app.