• 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 Networking & Access SOLVED: [Solved] Blank White page

     
    • 0 Vote(s) - 0 Average

    SOLVED: [Solved] Blank White page

    Blank white page when accessing external through nginx reverse proxy
    dnte1020
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #1
    2024-01-10, 01:06 AM (This post was last modified: 2024-01-10, 02:48 AM by dnte1020. Edited 1 time in total.)
    Recently I cannot connect to Jellyfin from outside my local network.

    I just get a blank white page. I am running Jellyfin on linux box along with nginx as a reverse proxy and Jellyfin is set up to run on a subpath.

    All my other services (Sonarr, Radarr, Sabnzbd, etc.) can be accessed just fine remotely through my domain and their various subpaths. So I know it is not a port forwarding/firewall/DNS issue.

    I can also access Jellyfin just fine over my local network using the local ip and subpath. So I am pretty sure it is not a Jellyfin config issue.

    I also don't see any errors in my nginx or Jellyfin logs.


    Here is my nginx.conf


    https://pastebin.com/t7AMeaNS


    I have the original jellyfin section that was working before commented out and tried replacing it verbatim with the one from the nginx subpath HTTPS config example from the guide on jellyfin.org but no dice.

    I am stumped and any help would be greatly appreciated.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-10, 01:38 AM
    Can you see these jellyfin accesses in your nginx log?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    dnte1020
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #3
    2024-01-10, 01:53 AM (This post was last modified: 2024-01-10, 01:54 AM by dnte1020. Edited 1 time in total.)
    Looks like this:

    "nginx: 192.168.1.1 - - [09/Jan/2024:17:52:14 -0800] "GET /stream/web/index.html HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0""

    "stream" is my subpath.
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #4
    2024-01-10, 02:06 AM (This post was last modified: 2024-01-10, 03:16 AM by tmsrxzar. Edited 1 time in total.)
    this is not the solution post, see next post for solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-01-10, 02:13 AM (This post was last modified: 2024-01-10, 02:13 AM by TheDreadPirate.)
    Change

    proxy_pass http://127.0.0.1:8096/stream

    to

    proxy_pass http://127.0.0.1:8096/stream/

    note the slash at the end.

    The example for a subpath from the docs.

    Code:
    location /jellyfin/ {
            # Proxy main Jellyfin traffic
            # The / at the end is significant.
            # https://www.acunetix.com/blog/articles/a-fresh-look-on-reverse-proxy-related-attacks/
            proxy_pass http://$jellyfin:8096/jellyfin/;
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    dnte1020
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #6
    2024-01-10, 02:46 AM
    Well boy do I feel stupid.

    Thank you very much TheDreadPirate. That did it.
    dnte1020
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    Country:United States
    #7
    2024-01-10, 03:08 AM
    Dammit I picked the wrong post as a solution.
    Jellyfin 10.8.13
    Arch Linux
    Ryzen 5600G
    32GB DDR4
    OS drive - WD Blue SN550 1TB
    Storage  - WD Red 14TB x 6 in RAID10
      
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #8
    2024-01-10, 03:17 AM
    edited*
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • 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