mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin not recognizing correct web directory #6434
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 @NickCloudAT on GitHub (Nov 7, 2024).
This issue respects the following points:
Description of the bug
After starting up my jellyfin server today, I noticed that the web client would not load and just show a blank page.
I typed "jellyfin" in my server and got the following information:
The error at the bottom tells me, it can't find the directory at "/usr/lib/jellyfin/bin/jellyfin-web". And yes, that is correct. There is not web-directory at that path because for me it is, and always has been, at "/usr/share/jellyfin/web". It even shows in the service that it sets that path with --webdir:

I don't really know why the hell it's not working. Jellyfin is installed on this maschine with apt, no docker or smth.
Reproduction steps
I dont have any.
What is the current bug behavior?
Web directory is not recognized correctly
What is the expected correct behavior?
Web directory should be recognized correctly
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
I can not access the dashboard
Environment
Jellyfin logs
Log seems empty
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@gnattu commented on GitHub (Nov 7, 2024):
If you just type Jellyfin it won't use custom folder, and no Jellyfin run by systemd services does not affect just type in "jellyfin" in the console. What you want to do is to start Jellyfin with systemd.
For your original "just blank" problem we are unable to help you without further info. Have you tried clear browser cache first?
@NickCloudAT commented on GitHub (Nov 7, 2024):
I have already tried to clear my browser cache and also use another browser. Actually as I see now, the Android App also does not load the server.
@NickCloudAT commented on GitHub (Nov 7, 2024):
Ok, fixed it myself.. Seems like the web directory was corrupt or smth.. No errors in log though hinting to anything like that...
Pulled down a backup of the web folder, working again now.