[GH-ISSUE #1724] manifest.json 404 #947

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

Originally created by @yedajiang44 on GitHub (Nov 12, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1724

http 404 error, no manifest.json file, but run docker exec koel find / -name manifest.json output:

... other
/var/www/html/public/build/manifest.json
/tmp/koel/public/build/manifest.json

why in buid dir?

image id 0959a23ce37b

Originally created by @yedajiang44 on GitHub (Nov 12, 2023). Original GitHub issue: https://github.com/koel/koel/issues/1724 http 404 error, no manifest.json file, but run `docker exec koel find / -name manifest.json` output: ``` ... other /var/www/html/public/build/manifest.json /tmp/koel/public/build/manifest.json ``` why in buid dir? image id `0959a23ce37b`
kerem closed this issue 2026-02-26 02:34:43 +03:00
Author
Owner

@phanan commented on GitHub (Dec 28, 2023):

You're looking at the wrong manifest.json. The 404 error comes from the missing of the web app manifest, not the build manifest. You need to rename manifest.json.example which can be found under public.

<!-- gh-comment-id:1871134954 --> @phanan commented on GitHub (Dec 28, 2023): You're looking at the wrong `manifest.json`. The 404 error comes from the missing of the [web app manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest), not the build manifest. You need to rename `manifest.json.example` which can be found under `public`.
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#947
No description provided.