You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var BASE_URI = "";
var WORKER_SCOPE_URL =
Polymer.ResolveUrl.resolveUrl('/bower_components/app-storage/app-indexeddb-mirror/common-worker-scope.js', BASE_URI);
Description
common-worker-scope.js fails to load with 404 when using polymer cli starter kit and firebase hosting because BASE_URI at https://github.com/PolymerElements/app-storage/blob/master/app-indexeddb-mirror/common-worker.html#L23 is wrong
see also:
Expected outcome
URI should be https://mojibrag.firebaseapp.com/bower_components/app-storage/app-indexeddb-mirror/common-worker-scope.js
Actual outcome
URI generated is
https://mojibrag.firebaseapp.com/src/common-worker-scope.js
service worker fails to load
Live Demo
https://mojibrag.firebaseapp.com
Steps to reproduce
I was able to work around this issue by hacking the currect BASE_URI into common-worker.html but I don't think this is the correct solution
Browsers Affected
The text was updated successfully, but these errors were encountered: