Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I'm getting "Could not read source map for chrome-error://chromewebdata/:" When attempting to run my Flutter app on Chrome

Here is the full error:

Could not read source map for chrome-error://chromewebdata/: Unexpected 503 response from chrome-error://chromewebdata/neterror.rollup.js.map: Unsupported protocol "chrome-error:"

I have tried clearing browsing data as suggested online but I can't seem to find any other guidance. Help much appreciated.

Expected

I was expecting for the app to launch in Chrome.

like image 401
ameen Avatar asked Sep 11 '25 05:09

ameen


1 Answers

try to run npm start in terminal

then start debugging f5 in vscode

like image 190
Sinos Gray Avatar answered Sep 13 '25 21:09

Sinos Gray