• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin-Tizen Images never load

     
    • 0 Vote(s) - 0 Average

    Jellyfin-Tizen Images never load

    Unicycle5
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #3
    2025-03-01, 03:02 PM
    Server version: 10.10.6.0
    reverse proxy: nginx

    Looks like this is that cross-origin-resource-policy issue.

    https://forum.jellyfin.org/t-solved-only...-displayed

    I set it to the following in nginx config and it fixed the issue. I'd prefer a policy bsed on client type, but that's over my head for sure and if jellyfin is only internal, It's probably that big of a deal.

    Code:
    add_header Cross-Origin-Opener-Policy "same-site" always;
    add_header Cross-Origin-Embedder-Policy "require-corp" always;
    add_header Cross-Origin-Resource-Policy "*" always;

    If ther's a better way to handle that you're aware of I'd appreciate it, otherwise, probably good enough.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin-Tizen Images never load - by Unicycle5 - 2025-03-01, 01:24 AM
    RE: Jellyfin-Tizen Images never load - by TheDreadPirate - 2025-03-01, 01:57 AM
    RE: Jellyfin-Tizen Images never load - by Unicycle5 - 2025-03-01, 03:02 PM
    RE: Jellyfin-Tizen Images never load - by TheDreadPirate - 2025-03-01, 06:54 PM
    RE: Jellyfin-Tizen Images never load - by Unicycle5 - 2025-03-08, 09:39 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode