Descobertas
Aug 14, 2026
The ghost of ::1 — when localhost hung and 127.0.0.1 didn't
Local services hanging intermittently: Qdrant on port 6333, helper APIs — everything pointing to 'localhost'. On Windows, 'localhost' resolves to IPv6 (::1) first — and the connection hangs. '127.0.0.1' forces IPv4 and works. Confirmed 88 times until it became a rule: always use 127.0.0.1.
Continue reading →