Hacker News new | ask | show | jobs
by kuschku 337 days ago
> The web client doesn't load any images/media anymore for me in new sessions. I log in, I cross authenticate with another client, no images load. At work I've a very old browser session going and everything works.

That sounds like something with authenticated media has gone really wrong.

Do the fetch requests for the media fail, or does it not even attempt to make the requests? Is there an error message in the logs?

Regarding the invite issue, could you please clarify in which versions of element (web/desktop, android, iOS, elementX) you've seen the issue, and in which dialogs (search for user, create new room, invite users to existing room)?

1 comments

Media loading fails with M_NOT_FOUND (debug console network tab), regardless of wehter the user posting the image is from my own home server or another one.

Invite issue: https://github.com/element-hq/element-web/issues/29028

And several ones opened against synapse, but as it happens a fix was finally merged a day ago: https://github.com/element-hq/synapse/pull/18696