mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: After upgrade to 10.9, the home page is blank #5684
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Izumiko on GitHub (May 11, 2024).
Please describe your bug
After I upgraded my docker container from 10.8.13 to 10.9.0, I could not view the home page, but the admin page was fine.
The
/UserViewsendpoint reported HTTP 500 status.BTW, I also created a new container with no config or media from the old container, it didn't report any error. Is this bug caused by migration between two versions?
Reproduction Steps
jellyfin/jellyfin:latestimageJellyfin Version
10.8.13
if other:
10.9.0
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (May 11, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@joshuaboniface commented on GitHub (May 11, 2024):
Can you try a force refresh and/or clearing browser cache then reloading the page? It's possibly trying to fetch an older version.Nevermind, that's an API endpoint. We haven't seen that in testing unstables, so needs investigation.@crobibero commented on GitHub (May 11, 2024):
https://github.com/jellyfin/jellyfin/issues/11528#issuecomment-2105568202
@Izumiko commented on GitHub (May 11, 2024):
DOTNET_SYSTEM_GLOBALIZATION_INVARIANTis 1. I delete the container then create again, the env has disappeared and Jellyfin runs with no error.Thanks!
@joshuaboniface commented on GitHub (May 11, 2024):
We've also added a note in the release blog post's "Key Release Notes/Breaking Changes" section mentioning this issue.
@gummykage commented on GitHub (May 13, 2024):
This fixed it.
@terrorhai commented on GitHub (May 15, 2024):
Had the same problem with some libraries not displaying the media in it. I just deleted DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in Portainer -> Env, redeployed the container and it works fine now.
Thanks!
@kingbecher commented on GitHub (May 30, 2024):
Mine was no new Series could be added. It works now when i delete the env. Many Thanks !!
@beelze-bob commented on GitHub (Jun 1, 2024):
It was not scanning libraries/adding new titles. Stopping the container changing DOTNET_SYSTEM_GLOBALIZATION_INVARIANT to 0 in the settings and restarting the container fixed this. Thank you
@jfbesto commented on GitHub (Jun 10, 2024):
Thank you, had the same issue and didnt know how to fix.
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT from 1 to 0 fixed it.
Im so happy.
@GabrielFleury commented on GitHub (Aug 25, 2024):
On my end only my Music folder was blank so it was a frustrating fix to find.
The logs would say:
then it would throw the invalid culture exception. If it's linked to special characters it's possible that my filenames for music are more exotic than my other media.
It seems to have been caused by using Portainer on a Synology NAS to update to Jellyfin 10.9, the DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable carried over the installation. To get rid of it I had to edit it out in Container Manager (Docker), not in Portainer or it comes back because of this issue.
@it-amalker commented on GitHub (Oct 19, 2024):
Yea, thank's a lot! Now it works.
@joeyame commented on GitHub (Jun 25, 2025):
I had this exact same error message come up, homepage empty and IOS app broken. It was NOT caused by the "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT" because that was never set in my config.
Fixed it by just restarting the docker container. Not sure if the container was updated too, but just consider the easy fixes first.