Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #2139

Open
8 of 9 tasks
Boguslaw-D opened this issue Jan 3, 2025 · 0 comments
Open
8 of 9 tasks

[BUG] #2139

Boguslaw-D opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Boguslaw-D
Copy link

Pre-check

  • I have searched the existing issues and none cover this bug.

Description

The WebUI interface does not work on Windows. After launching the application, the console displays:

Version: 1.12.5, build: 27260abd
Access web UI at http://localhost:6333/dashboard

2025-01-03T13:00:19.509576Z WARN qdrant::settings: Config file not found: config/config
2025-01-03T13:00:19.509707Z WARN qdrant::settings: Config file not found: config/development
2025-01-03T13:00:19.510260Z INFO storage::content_manager::consensus::persistent: Loading raft state from ./storage\raft_state.json
2025-01-03T13:00:19.529244Z INFO qdrant: Distributed mode disabled
2025-01-03T13:00:19.529760Z INFO qdrant: Telemetry reporting enabled, id: cb0649c6-a408-4f41-8bfd-11468cbf9670
2025-01-03T13:00:19.530242Z INFO qdrant: Inference service is not configured.
2025-01-03T13:00:19.540566Z WARN qdrant::actix::web_ui: Static content folder for Web UI './static' does not exist
2025-01-03T13:00:19.542174Z INFO qdrant::actix: TLS disabled for REST API
2025-01-03T13:00:19.567670Z INFO qdrant::actix: Qdrant HTTP listening on 6333
2025-01-03T13:00:19.572698Z INFO qdrant::tonic: Qdrant gRPC listening on 6334
2025-01-03T13:00:19.576644Z INFO qdrant::tonic: TLS disabled for gRPC API
2025-01-03T13:00:19.576485Z INFO actix_server::builder: Starting 3 workers
2025-01-03T13:00:19.583743Z INFO actix_server::server: Actix runtime found; starting in Actix runtime

Typing: http://localhost:6333/dashboard does not open the page
and an entry appears in the console:
2025-01-03T13:02:12.128621Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /dashboard HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" 0.000139

Steps to Reproduce

  1. run qdrant.exe
  2. the console window opens
  3. type the address in the browser: http://localhost:6333/dashboard
  4. The web page at http://localhost:6333/dashboard was not found HTTP ERROR 404

Expected Behavior

dashboard opens

Actual Behavior

does not open page in browser http://localhost:6333/dashboard

Environment

Windows 10 x64 and Windows 11 x64

Additional Information

No response

Version

latest

Setup Checklist

  • Confirm that you have followed the installation instructions in the project’s documentation.
  • Check that you are using the latest version of the project.
  • Verify disk space availability for model storage and data processing.
  • Ensure that you have the necessary permissions to run the project.

NVIDIA GPU Setup Checklist

  • Check that the all CUDA dependencies are installed and are compatible with your GPU (refer to CUDA's documentation)
  • Ensure an NVIDIA GPU is installed and recognized by the system (run nvidia-smi to verify).
  • Ensure proper permissions are set for accessing GPU resources.
  • Docker users - Verify that the NVIDIA Container Toolkit is configured correctly (e.g. run sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi)
@Boguslaw-D Boguslaw-D added the bug Something isn't working label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant