Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jellyfin/web folder is invalid for the web client #12

Open
marouamghar opened this issue Sep 21, 2022 · 2 comments
Open

Jellyfin/web folder is invalid for the web client #12

marouamghar opened this issue Sep 21, 2022 · 2 comments

Comments

@marouamghar
Copy link

Hello, it's more of a question related to updating the docker version, if you happen to know.
When using volume mount, like described on your ReadMe, Jellyfin is able to generate all web files, and I can modify them ob that mounted folder (through the volume).
When binding the mount directly to the docker folder, however, it fails to create the files, with both jellyfin and linuxserver images, throwing :

[14:23:44] [ERR] [4] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /jellyfin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings.
[14:23:44] [INF] [2] Main: Received a SIGTERM signal, shutting down

Would you happen to know why?

@zhenry9
Copy link

zhenry9 commented Nov 23, 2022

I've got the same problem. Trying to access the webroot folder through a volume mount in docker compose and am getting nothing but an empty folder, even if I don't create the mount path beforehand. I suspect it has to do with how the image is created, but I don't know a way to work around it.

@BobHasNoSoul
Copy link
Owner

that is unusual sorry for the really late reply

make a mount point in the docker-compose file if possible and then without creating the folder on your host system recreate the docker container using sudo docker-compose up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants