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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
it seems that the service worker in the landing page is caching the site - thus preventing us from switching to another home page by means of DNS.
We need to approach this carefully - and understand what's the correct way to update the service worker for existing users - with code that will change its caching strategy.
The end result is that new visitors will see a new home page (hosted in unbounce), returning user will get this old homepage, and then their cache will be cleared and they will be able to be redirected to the new site.
The text was updated successfully, but these errors were encountered:
it seems that the service worker in the landing page is caching the site - thus preventing us from switching to another home page by means of DNS.
We need to approach this carefully - and understand what's the correct way to update the service worker for existing users - with code that will change its caching strategy.
The end result is that new visitors will see a new home page (hosted in unbounce), returning user will get this old homepage, and then their cache will be cleared and they will be able to be redirected to the new site.
The text was updated successfully, but these errors were encountered: