diff --git a/app/MindWork AI Studio/Program.cs b/app/MindWork AI Studio/Program.cs index c522d801..85e97b07 100644 --- a/app/MindWork AI Studio/Program.cs +++ b/app/MindWork AI Studio/Program.cs @@ -91,6 +91,7 @@ internal sealed class Program Console.WriteLine("Error: Failed to get the Qdrant path from Rust."); return; } + if (qdrantInfo.PortHttp == 0) { Console.WriteLine("Error: Failed to get the Qdrant HTTP port from Rust.");