You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key-protected Qdrant. The TickTick adapter sends an api-key header when QDRANT_API_KEY is set, so a Qdrant started with QDRANT__SERVICE__API_KEY — which answers 401 on every path except / — is usable rather than apparently absent. The header is scoped to the Qdrant base URL on purpose: the same HTTP helper also calls Ollama, which must never receive the key. With the variable unset, behaviour is unchanged.
Health checks name the real fault.checkHealth now separates a 401/403 refusal from an unreachable service and points at QDRANT_API_KEY instead of reporting Qdrant not reachable for a service that is up and simply refusing. The old message sent you hunting ports, containers and firewall rules while retrieval quietly degraded to keyword-only — every query still answering, just worse, with no error to notice.