-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Issue Description
Sometimes, the Qdrant UI gets stuck on "Loading," and I cannot see my collections in the dashboard.
Expected Behavior
The UI should load normally and display my collections without requiring manual intervention.
Observed Behavior
The UI remains stuck on "Loading."
Collections do not appear.
No error logs are generated, either in Qdrant logs or the browser console.
The issue occurs randomly, and I cannot reliably reproduce it.
The only solution is to restart the Qdrant container.
Environment
Deployment type: Docker(single container)
Qdrant version: V1.13.4
Specific configuration: (Reverse proxy, CORS enabled, etc.)
RAM: 256GB
CPU: 16Cores
Storage: Nvme
Troubleshooting Done
Checked logs (docker logs <container_id>) → No errors found.
Tested API (curl http://localhost:6333/healthz) → API seems to be running fine(200).
Verified UI ↔ API connection (fetch("http://localhost:6333/collections")) → No response when the UI is stuck.
The only fix is restarting the container.
Request for Assistance
How can I identify the root cause of this issue?
Is there a way to enable more detailed logs for debugging?
Thanks for your help! 😊