[GH-ISSUE #1417] ErrorException file_get_contents #813

Closed
opened 2026-02-26 02:34:20 +03:00 by kerem · 1 comment
Owner

Originally created by @snappercayt on GitHub (Jan 30, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1417

Describe the bug
ErrorException
file_get_contents(C:\Users\User\Documents\GitHub\koel\public\mix-manifest.json): Failed to open stream: No such file or directory (View: C:\Users\User\Documents\GitHub\koel\resources\views\index.blade.php

To reproduce
Steps to reproduce the behavior:

  1. Started with this I saw somewhere in the issues that this was the best way https://docs.koel.dev/#using-a-pre-compiled-archive
  2. php artisan serve to serve and I open the http://127.0.0.1:8000/ to see picture

Expected behavior

  • to see the UI and add music folders

Screenshots

Environment

  • Koel version : v5.1.13
  • OS: Windows 10 20H2
  • Browser: Chrome 97
  • PHP version: 8.0.11
  • Node version: v14.16.1

Additional context
None

Originally created by @snappercayt on GitHub (Jan 30, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1417 **Describe the bug** ErrorException file_get_contents(C:\Users\User\Documents\GitHub\koel\public\mix-manifest.json): Failed to open stream: No such file or directory (View: C:\Users\User\Documents\GitHub\koel\resources\views\index.blade.php **To reproduce** Steps to reproduce the behavior: 1. Started with this I saw somewhere in the issues that this was the best way https://docs.koel.dev/#using-a-pre-compiled-archive 2. `php artisan serve` to serve and I open the http://127.0.0.1:8000/ to see [picture](https://imgur.com/gallery/bjoaA4g) **Expected behavior** - to see the UI and add music folders **Screenshots** - https://imgur.com/gallery/bjoaA4g **Environment** - Koel version : v5.1.13 - OS: Windows 10 20H2 - Browser: Chrome 97 - PHP version: 8.0.11 - Node version: v14.16.1 **Additional context** None
kerem closed this issue 2026-02-26 02:34:20 +03:00
Author
Owner

@phanan commented on GitHub (Apr 13, 2022):

You can see the file under public/ with the following content:

{
    "/js/app.js": "/js/app.js?id=f9ac3802a37314924103",
    "/css/app.css": "/css/app.css?id=d41d8cd98f00b204e980",
    "/css/remote.css": "/css/remote.css?id=d41d8cd98f00b204e980",
    "/js/remote/app.js": "/js/remote/app.js?id=cb9051a7e334bc9af5f6"
}

So I'd suggest there's something off with your system.

<!-- gh-comment-id:1097942323 --> @phanan commented on GitHub (Apr 13, 2022): You can see the file under `public/ ` with the following content: ```json { "/js/app.js": "/js/app.js?id=f9ac3802a37314924103", "/css/app.css": "/css/app.css?id=d41d8cd98f00b204e980", "/css/remote.css": "/css/remote.css?id=d41d8cd98f00b204e980", "/js/remote/app.js": "/js/remote/app.js?id=cb9051a7e334bc9af5f6" } ``` So I'd suggest there's something off with your system.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#813
No description provided.