10 hours ago
Solved it. Solution for others:
Check if jellyfin has internet access!
Dashboard -> logs
I saw that there was a lot of failed HTTP requests.
I tested on the server with:
Then
Dashboard -> networking -> IP protocols -> only IPv4 was enabled
My router required IPv6.
I enabled IPv6 and restarted. Then it worked.
Note: do not disable IPv4, otherwise your local IP address homepage will stop working!
By local IP address homepage, I mean http://192.168.XXX.XXX:8096/web/index.html#/dashboard
Check if jellyfin has internet access!
Dashboard -> logs
I saw that there was a lot of failed HTTP requests.
I tested on the server with:
ping www.google.com -> this worked fine (IPv6)ping 8.8.8.8 -> this failed (IPv4)Then
Dashboard -> networking -> IP protocols -> only IPv4 was enabled
My router required IPv6.
I enabled IPv6 and restarted. Then it worked.
Note: do not disable IPv4, otherwise your local IP address homepage will stop working!
By local IP address homepage, I mean http://192.168.XXX.XXX:8096/web/index.html#/dashboard

