Federation is broken.
It’s been broken for days - and that’s not to say for months, because I charitably include the few hours it worked again lately for some reason.
I don’t know if other instances are that thoroughly broken, because the rest of Lemmy seems to be chugging along just fine. It’s just us poor SDF user suckers.
And no-one gives a rat’s ass.
Truly pathetic…
Oh damn, I didn’t even notice that.
It seems the browser cache is saving me for now:
Edit: Hmmm, interesting. The buttons are there, but they only show up briefly after refreshing.
Edit 2: The page with icons returns
HTTP/2 404 server: nginx date: Sat, 13 Jan 2024 22:31:19 GMT content-type: text/html; charset=utf-8 vary: Accept-Encoding x-powered-by: Express content-security-policy: default-src 'self'; manifest-src *; connect-src *; img-src * data: blob:; script-src 'self' 'nonce-a11a1859d413a6f8d1a7e96994bb6ccb'; style-src 'self' 'unsafe-inline'; form-action 'self'; base-uri 'self'; frame-src *; media-src * data: cache-control: public, max-age=60 etag: W/"14aa8-/2gJKxI2YSvDtADj1ANGgw9bOSs" content-encoding: gzip X-Firefox-Spdy: h2
https://lemmy.sdf.org/static/9aa19d8b/assets/symbols.svg
for comparison:
https://lemmy.ml/static/9aa19d8b/assets/symbols.svg
It isn’t empty if you check the page source, there’s SVG icons.
Example:
<symbol id="icon-arrow-up" viewBox="0 0 24 24"> <path d="M5.707 12.707l5.293-5.293v11.586c0 0.552 0.448 1 1 1s1-0.448 1-1v-11.586l5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-7-7c-0.092-0.092-0.202-0.166-0.324-0.217s-0.253-0.076-0.383-0.076c-0.256 0-0.512 0.098-0.707 0.293l-7 7c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0z"/> </symbol>