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
Hey @jkleinsc, any ideas on how to work when the assets are on a CDN?
Right now it throws a security error, and that's expected. I tried setting includeRegistration to false so I can start the service worker from my domain.
But, even if the service worker is installed none of the resources on the CDN are being cached.
The text was updated successfully, but these errors were encountered:
Thanks!, this does save the assets on the cache storage with the URLs pointing correctly to the CDN. But it doesn't fetch the assets from there on the request. My vendor and app javascript files are also on the CDN, but I don't see that could be a problem.
service-worker and sw-toolbox are local files not on the CDN. I'll keep looking into it. Thanks.
Hey @jkleinsc, any ideas on how to work when the assets are on a CDN?
Right now it throws a security error, and that's expected. I tried setting
includeRegistration
tofalse
so I can start theservice worker
from my domain.But, even if the service worker is installed none of the resources on the CDN are being cached.
The text was updated successfully, but these errors were encountered: