Jellyfin Forum
SOLVED: Only blurred placeholder images being displayed - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Only blurred placeholder images being displayed (/t-solved-only-blurred-placeholder-images-being-displayed)



Only blurred placeholder images being displayed - analogvoid - 2024-01-25

[*]Hi all!

[*]I'm running 10.8.13, Linux, Docker with Nginx as a reverse proxy. When using the flatpak client on various devices I'm only seeing the placeholder images load. The same devices will show the full images when using the browser app. It seems the flatpak client doesn't fully "load" the images and just leaves placeholders present. I've also tested with the iOS client and it will fully load the images.

[*]I did some searching and found a few different threads about people being stuck with placeholder images but couldn't find this exact issue confined to the flatpak client.

[*]Any ideas or suggestions would be appreciated. Thanks! Grinning-face


RE: Only blurred placeholder images being displayed - TheDreadPirate - 2024-01-25

Do you have this line in your nginx config? If so, comment it out and restart nginx.

Code:
add_header Cross-Origin-Resource-Policy "same-origin" always;



RE: Only blurred placeholder images being displayed - analogvoid - 2024-01-25

That was it! Thanks for your help!

With that info I was able to find the documented bug - adding it here for others' context: https://github.com/jellyfin/jellyfin-media-player/issues/469