mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
SvelteKitError: Not found: /ws/socket.io/ #2242
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 @aishock on GitHub (Sep 30, 2024).
Bug Report
Installation Method
I followed the instruction from the link below to build everything locally in my docker
https://docs.openwebui.com/getting-started/development
Environment
Ubuntu
Confirmation:
Expected Behavior:
The app is operating smoothly locally and the localhost 3000 can be broadcasted to public via Ngrok
Actual Behavior:
The app is operating smoothly locally but it doesn't work on Ngrok.
The error message from the log is below:
frontend-1 | SvelteKitError: Not found: /ws/socket.io/
frontend-1 | at resolve (/app/node_modules/@sveltejs/kit/src/runtime/server/respond.js:525:13)
frontend-1 | at resolve (/app/node_modules/@sveltejs/kit/src/runtime/server/respond.js:325:5)
frontend-1 | at #options.hooks.handle (/app/node_modules/@sveltejs/kit/src/runtime/server/index.js:71:56)
frontend-1 | at Module.respond (/app/node_modules/@sveltejs/kit/src/runtime/server/respond.js:322:40)
frontend-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
frontend-1 | status: 404,
frontend-1 | text: 'Not Found'
frontend-1 | }
Description
Bug Summary:
There's an error when I tried to connect localhost 3000 to Ngrok
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!