this post was submitted on 07 Jul 2023
21 points (100.0% liked)
..:: tchncs ::..
10 readers
1 users here now
Your friendly https://tchncs.de community! Discuss whats happening in the tchncs world and/or just use it as a community forum.
German and english allowed.
If you are looking for a way to support tchncs, please check out https://tchncs.de/donate
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hmm, my edit may have been too soon! F5 or clicking a link shows out of date (broken) css that is getting loaded from a service worker. Shift+F5 bypasses the service worker and gives me a working page. But then F5 or navigating about uses the old CSS again. ๐คทโโ๏ธ
You might have to remove the old workers manually since it's a PWA and the old ones may not got replaced properly.
I unregistered it manually which fixed it for one refresh (which then installed the service worker), but then after the next refresh it just went back to the same as before.