mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 22:30:24 -05:00
[GH-ISSUE #5672] Web Search Svelte (javascript) error - ReferenceError: responseMessageId is not defined #52743
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 @238SAMIxD on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5672
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.3.26
Ollama (if applicable): 0.3.11
Operating System: Ubuntu 24.02 on Windows 10 WSL
Browser (if applicable): Google Chrome 128.0.6613.120 and Mozilla Firefox 130.0.1
Confirmation:
Expected Behavior:
It should search the web and feed the llm with prompt.
Actual Behavior:
There is a javascript error in the console.
Description
Bug Summary:
I was on version v0.3.23 on my old WSL. I created a new instance and installed everything from scratch. In the newest version Web Search is not working as expected. I had the same settings all over WebUI when it worked.
Reproduction Details
Steps to Reproduce:
+button to open a menuLogs and Screenshots
Browser Console Logs:
Docker Container Logs:
not applicable
Screenshots/Screen Recordings (if applicable):



Chrome
Firefox
Additional Information
It is pointing to the last line of this code
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!
@graelo commented on GitHub (Sep 24, 2024):
Exact same issue I was about to raise, thanks @238SAMIxD
It was introduced in v0.3.24 and is still present in v0.3.26: I just checked again v0.3.23 worked. It prevents websearch from working correctly, maybe other features are affected, but none of the ones I currently use.
Thanks maintainers!! ❤️
@tjbck commented on GitHub (Sep 24, 2024):
Should be fixed on dev!
@238SAMIxD commented on GitHub (Sep 24, 2024):
Thank you, I closed it then. I do not need it now so I can just wait till the new release <3
@graelo commented on GitHub (Sep 24, 2024):
I can confirm the issue is fixed in
v0.3.28. Thanks @tjbck!