# Space stuck in APP_STARTING indefinitely

> Source: <https://discuss.huggingface.co/t/space-stuck-in-app-starting-indefinitely/177564#post_2>
> Published: 2026-07-08 10:42:00+00:00

[Winou](https://discuss.huggingface.co/u/Winou)
1
My Docker Space (free cpu-basic) has been stuck in `APP_STARTING`

for over an hour and won’t come up.

**What I’m seeing:**

The API reports `stage: APP_STARTING`

with `hardware.current: null`

while `hardware.requested: cpu-basic`

. So no machine is actually being allocated.

In the Hardware settings, the “CPU basic” card shows a spinner as if it’s continuously searching for resources.

The public endpoint times out (HTTP 000).

When it *did* briefly start earlier, the container logs were completely clean — the app bound correctly to `0.0.0.0:7860`

and logged `Server listening`

, but the UI never transitioned to `Running`

.

**What I’ve already tried (none worked):**

Restart (rebuilds in ~0.5s from cache, then straight to “starting”, nothing happens)

Factory rebuild (full rebuild completes, still stuck)

Toggling hardware / re-selecting CPU basic

This looks like a scheduling / hardware-capacity issue on HF’s side rather than my app. Is there a current capacity shortage on the free cpu-basic pool? How long does this usually take to resolve, and is there anything I can do besides waiting?

Thanks!

I have some news, my space just did runtime error

Scheduling failure: unable to schedule

Container logs:

===== Application Startup =====

Same issue for me, it looks like a HF issue for me
