DeepSeek token refresh failure in isolated Docker container

A person holding a cell phone in their hand

Problem: DeepSeek token refresh failure in an isolated Docker container When a DeepSeek client runs inside a headless Docker container that uses an immutable filesystem, restricted network egress, and non‑root user permissions, the automatic OAuth2 token refresh cycle stops working after the first access token expires. Subsequent inference requests receive HTTP 401 Unauthorized responses, and the … Read more

DeepSeek collection creation fails with 500 error under high traffic

A person holding a cell phone in their hand

Problem Description During peak traffic periods the DeepSeek POST /v1/collections endpoint returns intermittent HTTP 500 responses. The failures manifest as timeouts and generic error bodies such as: HTTP/1.1 500 Internal Server Error Content-Type: application/json { “error”: “Internal Server Error: collection creation failed” } Observed symptoms include: Spike in ERROR – CreateCollection – Timeout after 30s log … Read more