[SOLVED] Ostrio files problems after upgrade to 1.14.3 version due to upgrade Meteor to 1.11.1

Hi,

after upgrade my Meteor app from Meteor 1.10.2 to 1.11.1, in Chrome I get an error after load an image in an standar img tag: “Uncaught (in promise) TypeError: network error”, after few seconds image is not visible.
The problem seem to be in service worker.
I using from many times this service worker: https://github.com/NitroBAY/meteor-service-worker/blob/master/sw.js
In firefox no problems, is all good.
Anyone have see this problem ?

I found the cause of this problem, is related to a ostrio:files package version 1.14.3, with previous version (1.14.2) works all good.
So, nothing related to service worker.

1 Like