[Need help] My Space froze right from the start

I started encountering this error around I started encountering this error around 6:00 UTC+0.

When I restarted my space, it built successfully but then froze at “starting” with a log containing only a single line:

“===== Application Startup =====”

Normally, when spaces start running, the first line should include the time, but here it’s just like that.

I thought it was probably a space error, so I tried restarting, rebuilding, creating new spaces,restart the old space that was previously working, etc.

Even when I create new spaces with short Dockerfile contents :

FROM alpine:latest

EXPOSE 7860

CMD [“sh”, “-c”, “echo Started; while true; do sleep 60; done”]

It’s still frozen and the log indicator shows ===== Application Startup =====

I’ve been experiencing this for about two hours and it’s still happening.

Same issue on my side