All my Spaces stuck in Building with empty logs

Hello Hugging Face team,

All my Spaces are stuck in Building with empty logs.

I tested:

  • my original Gradio Space
  • a brand new minimal Gradio Space
  • a one-file hello-world Gradio app

Even the minimal app does not start.

What I already tried:

  • Restart
  • Factory Reboot
  • no-op commit
  • creating a brand new Space
  • using a minimal app.py and minimal requirements.txt

Observed behavior:

  • Space stays in Building
  • logs remain empty
  • this seems to affect my account / Spaces, not one specific app

Username: isbilir
Affected Space: Grenke PDF Generator - a Hugging Face Space by isbilir

Could you please check whether there is an account-level or infrastructure issue affecting my Spaces?

2 Likes

Hi, facing the same problem here. It might come from HuggingFace ? Maybe we should wait a few hours to see if it changes anything !

2 Likes

Same issue here. It affects all my spaces, maybe good to know in my scenario:

  • all spaces are connected to an organisation
  • all spaces are set to ‘private’
  • nothing changed to my spaces since before the weekend, but after idle time during the weekend none of them are able to boot since today.
2 Likes

+1 ? Space stuck on "Starting" badge despite app running fine on port 7860 @hysts @meganariley Infra issue?

@John6666 that does appear to be a similar issue indeed. I’ll reply +1 to that post as well just to be sure

1 Like

I fixed the issue on my Space.

It turned out to be a Gradio version conflict. Spaces was installing gradio==6.9.0 because of sdk_version in README.md, while I also had another Gradio version in requirements.txt.

The fix was simple:

  • remove gradio from requirements.txt

  • keep the version only in README.md

After that I ran a Factory Reboot to clear the cache, and the Space built successfully.

1 Like

I have changed nothing but in the meantime all my spaces are starting to come back online.

So I think there were some platform issues

1 Like