pwa
pwa copied to clipboard
Offline mode not working
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
.
Here is the relevant part of pwa.dart.js
.
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.