Actions
tickets #166607
openAll images fail to load when logging in to chat.opensuse.org
Start date:
2024-09-10
Due date:
% Done:
0%
Estimated time:
Description
When logging in to matrix.o.o via chat.o.o no media (user avatars, images sent in rooms, previews) are loading, all requests get a 404 response.
Example from the browser console:
GET
scheme https
host matrix.opensuse.org
filename /_matrix/media/v3/thumbnail/opensuse.org/rOtsFXIVuZdaUsnBVoRahBDY
width 40
height 40
method crop
allow_redirect true
Status 404
Version HTTP/1.1
Transferred 0 B (59 B size)
Referrer Policy no-referrer
Request Priority Low
DNS Resolution System
Updated by hellcp 2 months ago
- Status changed from New to In Progress
I submitted a fix to address the issue of not loading images. https://gitlab.infra.opensuse.org/infra/salt/-/merge_requests/2069
We should probably have a look at the synapse documentation to check if we aren't missing more endpoints in places:
https://element-hq.github.io/synapse/latest/workers.html
Actions