Open mvysny opened 5 years ago
This basically affects all productions which undergo the icon change e.g. because of rebranding.
Please resolved it ASAP
My problem relate to this one, it use "myconmapy" icon in local(MAC), but use "Vaadin Company Icon" in Linux Machine (Docker)
This might be a bug in workbox so we should probably look to updating it to a newer version, as the current one is at least a year old or so. Another alternative might be to try to force all the caches for the icons to be invalidated whenever there is a new production build done, but that seems quite excessive for something that workbox should able to handle for us.
Vaadin 14, Java 8, Firefox 68.0.2
I've tried to play with Skeleton+PWA+Icons and there is a behavior I do not understand. The steps are as follows:
I'm running the test having Firefox Dev tools visible, with "Network / Disable Cache" checked.
There is a separate service worker cache, which survives even service worker deletion and/or application update. Deleting those image files from Firefox's Cache Storage removed the Chef Cap.
According to the Service Worker documentation: https://developers.google.com/web/ilt/pwa/caching-files-with-service-worker
From that I judge we need to modify Vaadin service worker to update the icons somehow.