mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Parts of the UI loading incorrectly or not loading #7315
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#7315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @plomek on GitHub (Sep 11, 2025).
Description of the bug
This bug lists multiple issues, but I believe they are all connected or caused by the same problem, because all of them result in parts of the UI either not loading or loading incorrectly. So it is probably better to group them together as Parts of the UI loading incorrectly or not loading. I have not seen anyone else report similar issues.
Clicking on a movie normally:

After browser refresh:

All of these issues appear both on a local connection and through an internet domain using a Cloudflare tunnel.
I have tried the following with no effect:
docker compose up -d`Reproduction steps
I have no Idea how to reproduce this. The issue is somewhat inconsistand and I dont know the root cause
What is the current bug behavior?
1 The top menu bar sometimes loads in the middle of the screen instead of at the top about 2/3 of the time. (inconsistent)
Background library images fail to load the first time and require a refresh. (consistent)
(This issue has fixed itself and is here just for additional context) the Home UI doesn’t load at all except for the top bar. (inconsistent)
What is the expected correct behavior?
The top bar loads at the top 100% of the time instead of in the middle.
Background library images load immediately without requiring a browser refresh.
The Home UI loads fully.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.7
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
Issue 1.



Issue 2.
before browser refresh:
after browser refresh:
Additional information
I understand the information provided may not be sufficient to resolve the issue, as I don’t have reliable reproduction steps and the behavior is somewhat inconsistent. Please let me know if there are specific things I can try or additional details I can provide to help troubleshoot this issue.
@thornbill commented on GitHub (Sep 11, 2025):
Please refer to our documentation on getting help for help with troubleshooting. We do not use GitHub issues as a support forum.
If I were to take a guess it would be that something went wrong with the File Transformation plugin that has left your installation of the web app corrupted since the point of that plugin is to inject modifications into the web app (which we do not support).