You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to v4.2.3, all image content served from the server seems to have stopped displaying (space & room thumbnails, stickers, custom emotes, uploaded media, url preview images)
A few images that fall in these categories still seem to work, but I can't really find a pattern what makes this happen. (perhaps cache?)
Reproduction
upgrade to v4.2.3
open up any chat with images, custom emotes, stickers or a logo of the chat
Sample image it tries to load: https://<homeserver>/_matrix/client/v1/media/download/<homeserver>/QwNsrOVdyNrmnqyZFjTdunpS?allow_redirect=true
response:
This is still relevant, I'm hitting this issue with a cleared cache (in fact a brand new first load of Cinny in the browser or desktop app, it happens with both) and it's caused by the same issue, not including an authorization token whatsoever in the requests anymore. I'm not sure why that's stopped but I am using Dendrite, which I can confirm is correctly sending the feature in the versions query:
Describe the bug
After upgrading to v4.2.3, all image content served from the server seems to have stopped displaying (space & room thumbnails, stickers, custom emotes, uploaded media, url preview images)
A few images that fall in these categories still seem to work, but I can't really find a pattern what makes this happen. (perhaps cache?)
Reproduction
Expected behavior
Images should work
Platform and versions
Additional context
Sample image it tries to load:
https://<homeserver>/_matrix/client/v1/media/download/<homeserver>/QwNsrOVdyNrmnqyZFjTdunpS?allow_redirect=true
response:
HTTP Error 401 (Unauthorized)
When looking at the request headers, they do not include any authorization token or cookie and are sent like an anonymous request.
The text was updated successfully, but these errors were encountered: