[GH-ISSUE #1668] not found /manifest.json 404 #12586

Closed
opened 2026-04-19 19:30:58 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @algorithmlover2016 on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1668

Bug Report

Description

NotFound [Error]: Not found: /manifest.json
at resolve (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/respond.js:483:13)
at resolve (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/respond.js:277:5)
at #options.hooks.handle (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/index.js:49:56)
at Module.respond (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/respond.js:274:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
status: 404
}
Bug Summary:
Not found: /manifest.json

Steps to Reproduce:
cd open-webui && npn install && npm run build && npm run dev

Environment

  • Open WebUI Version: main

  • Ollama (if applicable): [e.g., 0.1.30, 0.1.32-rc1]

  • Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]

  • Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]

Reproduction Details

Confirmation:

Logs and Screenshots

image

Originally created by @algorithmlover2016 on GitHub (Apr 22, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1668 # Bug Report ## Description NotFound [Error]: Not found: /manifest.json at resolve (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/respond.js:483:13) at resolve (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/respond.js:277:5) at #options.hooks.handle (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/index.js:49:56) at Module.respond (/disks/ssd2/litgao/codes/open-webui/node_modules/@sveltejs/kit/src/runtime/server/respond.js:274:40) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 404 } **Bug Summary:** Not found: /manifest.json **Steps to Reproduce:** cd open-webui && npn install && npm run build && npm run dev ## Environment - **Open WebUI Version:** main - **Ollama (if applicable):** [e.g., 0.1.30, 0.1.32-rc1] - **Operating System:** [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04] - **Browser (if applicable):** [e.g., Chrome 100.0, Firefox 98.0] ## Reproduction Details **Confirmation:** ## Logs and Screenshots ![image](https://github.com/open-webui/open-webui/assets/17782711/b56c6656-04e9-4d59-b38f-e3b78f91931b)
Author
Owner

@algorithmlover2016 commented on GitHub (Apr 22, 2024):

83ad488e31

<!-- gh-comment-id:2069029146 --> @algorithmlover2016 commented on GitHub (Apr 22, 2024): https://github.com/open-webui/open-webui/commit/83ad488e314dff5c0eceb700221c4374229b31e9
Author
Owner

@algorithmlover2016 commented on GitHub (Apr 22, 2024):

I find that it need load static/manifest.json file, which means it will visit http://localhost:5173/manifest.json
It will not visit to backend's server, which is http://localhost:8080/manifest.json.

What should do to make dynamically load manifest.json successfully for src/app.html.

<!-- gh-comment-id:2069182452 --> @algorithmlover2016 commented on GitHub (Apr 22, 2024): I find that it need load static/manifest.json file, which means it will visit http://localhost:5173/manifest.json It will not visit to backend's server, which is http://localhost:8080/manifest.json. What should do to make dynamically load manifest.json successfully for src/app.html. <link rel="manifest" href="%sveltekit.assets%/manifest.json" crossorigin="use-credentials" />
Author
Owner

@justinh-rahb commented on GitHub (Apr 22, 2024):

I'm not quite understanding what the problem is here, more explanation may help.

<!-- gh-comment-id:2069681156 --> @justinh-rahb commented on GitHub (Apr 22, 2024): I'm not quite understanding what the problem is here, more explanation may help.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#12586