Persistent 503 Error Between Private Docker Spaces Hugging Face users report a persistent 503 error when making server-side requests from one private Docker Space to another, despite individual features being documented as supported. The issue appears to be a regression since July 8, as external requests succeed while internal Space-to-Space calls fail. Hugging Face is urged to clarify whether cross-Space requests are still intended to work or provide a documented alternative. Personally, this and Space-to-Space requests to .hf.space return 503 from awselb since Jul 8 https://discuss.huggingface.co/t/space-to-space-requests-to-hf-space-return-503-from-awselb-since-jul-8/177607 looks more like a regression to me. Details below: just in case, @hysts https://discuss.huggingface.co/u/hysts Direct answer: the general architecture does not appear to be inherently unsupported. Hugging Face documents Docker Spaces as suitable for FastAPI and other API endpoints https://huggingface.co/docs/hub/spaces-sdks-docker , documents authenticated access to private Space endpoints, and also documents calling one Space from another Space https://huggingface.co/docs/hub/spaces-api-endpoints . I could not find one official reference that combines this exact topology—private Docker caller, private Docker target, arbitrary FastAPI route, and server-side Bearer authentication—but the individual pieces are documented or have prior working examples. For a private Docker Space, the route I would expect to use is still: caller Space → HTTPS on port 443 → https://