I merged and deployed Zach’s patch to remove the s...
# website
s
I merged and deployed Zach’s patch to remove the service worker. We’ll see if it works!
z
Didn't work on the first try for me (still saw white screen), but maybe it will be the next deploy where it gets resolved? Theory being that the service worker was still acting and might be turned off now.
s
Don't know if you need a new local browser?
z
Ah, it looks like the page no longer deploys a service worker, but it doesn't automatically un-register. We may need some explicit code to remove it.
I wonder if they expire eventually?
s
Does it make sense to wait? Or is more correct to deregulated?
Can confirm that the service worker is no longer added after deregistering with dev tools. We would need to do another deploy to see if it fixes it.
s