-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
(issue originally reported by @haiqi96 ; @davemarco helped investigated)
Bug
Search queries through the WebUI consistently return no results. When investigating the network traffic, the search endpoint returns the React app's index.html content instead of the expected socket.io responses. This issue appears to be related to localhost resolving to IPv6 addresses on affected systems.
CLP version
Environment
Windows 11 + Windows Docker Engine
The package was running in WSL Ubuntu Jammy
Reproduction steps
- Start the package with default settings and compress sample logs.
- Navigate to http://localhost:4000/search in a web browser
- Perform a search using any query string (e.g., "*")
- Observe that no search results are returned
- Open browser developer tools and check the Network tab
- Notice that the search request returns index.html content instead of socket.io responses
- Verify that this occurs on systems where localhost resolves to IPv6 addresses
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working