mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
not found /manifest.json 404 #690
Reference in New Issue
Block a user
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 @algorithmlover2016 on GitHub (Apr 22, 2024).
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
@algorithmlover2016 commented on GitHub (Apr 22, 2024):
83ad488e31@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.
@justinh-rahb commented on GitHub (Apr 22, 2024):
I'm not quite understanding what the problem is here, more explanation may help.