mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #181] public/build/rev-manifest.json missing. Causes crash. #128
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#128
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 @lazzarello on GitHub (Jan 5, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/181
current git clone as of this writing
indeed, this file is missing from the installation root post-installation. Full stack trace below.
How does this file get generated?
@phanan commented on GitHub (Jan 6, 2016):
Please see Troubleshooting.
@vishwakarma09 commented on GitHub (Jan 15, 2016):
Facing same issue
1.3.10
getting error:
ErrorException in Application.php line 46:
file_get_contents(/var/www/html/koel/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /var/www/html/koel/resources/views/index.blade.php)
full error:
in Application.php line 46
at CompilerEngine->handleViewException(object(ErrorException), '1') in compiled.php line 14626
at PhpEngine->evaluatePath('/var/www/html/koel/storage/framework/views/78e695689c1f04e709656c0e33cfd14b1acd7d20.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag))) in compiled.php line 14661
at CompilerEngine->get('/var/www/html/koel/resources/views/index.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag))) in compiled.php line 14493
at View->getContents() in compiled.php line 14481
at View->renderContents() in compiled.php line 14472
at View->render() in compiled.php line 15637
at Response->setContent(object(View)) in compiled.php line 15137
at Response->__construct(object(View)) in compiled.php line 7989
at Router->prepareResponse(object(Request), object(View)) in compiled.php line 7855
at Router->Illuminate\Routing{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9536
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in Authenticate.php line 45
at Authenticate->handle(object(Request), object(Closure))
at call_user_func_array(array(object(Authenticate), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 30
at Pipeline->Illuminate\Routing{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9518
at Pipeline->then(object(Closure)) in compiled.php line 7856
at Router->runRouteWithinStack(object(Route), object(Request)) in compiled.php line 7847
at Router->dispatchToRoute(object(Request)) in compiled.php line 7837
at Router->dispatch(object(Request)) in compiled.php line 2349
at Kernel->Illuminate\Foundation\Http{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9536
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 3025
at VerifyCsrfToken->handle(object(Request), object(Closure))
at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 12943
at ShareErrorsFromSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 11530
at StartSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 12682
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 12619
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in compiled.php line 3086
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
at Pipeline->Illuminate\Pipeline{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9518
at Pipeline->then(object(Closure)) in compiled.php line 2296
at Kernel->sendRequestThroughRouter(object(Request)) in compiled.php line 2280
at Kernel->handle(object(Request)) in index.php line 53
at require_once('/var/www/html/koel/index.php') in server.php line 19