this post was submitted on 07 Jul 2023
37 points (97.4% liked)
..:: tchncs ::..
1300 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
Is this why everything looks so wonky for me in browser atm?
Edit: Seems better now!
I didn't experience anything like that. The UI is separated from the core so it shouldn't affect it.
Edit: my answer was too late :D
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.