mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
Frontend not working on dev #286
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#286
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 @taconaut on GitHub (Jan 17, 2019).
Describe the bug
When running Jellyfin on dev branch from Visual Studio, the loaded page shows: 'Could not find a part of the path 'jellyfin-web\src\index.html'.'
I do not encounter this issue on master.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Jellyfin frontend is being shown
Logs
Please paste any log errors.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
c2dd5baab7)@cvium commented on GitHub (Jan 17, 2019):
Have you initialized the submodules?
git submodule update --init@taconaut commented on GitHub (Jan 17, 2019):
I hadn't. Running it solved my issue. Thanks!
Is there a place I should have checked to be aware of this change?
@ploughpuff commented on GitHub (Jan 17, 2019):
I had this last night. Somehow flicking between branches caused my jellywin-web to become screwed. I then received git errors like "warning: unable to rmdir 'MediaBrowser.WebDashboard/jellyfin-web': Directory not empty".
@cvium commented on GitHub (Jan 17, 2019):
@taconaut https://jellyfin.readthedocs.io/en/latest/user-docs/building/
It's not really explicitly stated that the ui has been submoduled though.