SvelteKitError: Not found: /ws/socket.io/ #2242

Closed
opened 2025-11-11 15:03:14 -06:00 by GiteaMirror · 0 comments
Owner

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:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

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!

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:** - [ ] I have read and followed all the instructions provided in the README.md. - [ ] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [ ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2242