pwa icon indicating copy to clipboard operation
pwa copied to clipboard

Offline mode not working

Open jifalops opened this issue 6 years ago • 1 comments

When running the app locally in offline mode, it reports the error require.js:168 Uncaught Error: importScripts failed for http://localhost:8080/pwa.dart.bootstrap.js.

image

Here is the relevant part of pwa.dart.js.

image

jifalops avatar Sep 29 '18 15:09 jifalops

hi @jifalops is your problem resolved about pwa.dart.bootstrap.js? I got same problem when I ran with dartdevc (webdev serve), but no problem with dart2js (webdev serve --release). thank you.

oonid avatar Aug 15 '19 04:08 oonid