You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CI, the PR preview host was out of disk, so Docker couldn't pull/extract the PR image → the preview container was never created → nginx had nothing to route to → 502 (with a stale "Not Secure" fallback). The deploy script swallowed the Docker error and reported "✅ success", so CI stayed green and nobody was alerted.
Disk was freed by manually running the Nightly cleanup workflow (.github/workflows/remove-old-artifacts.yml). Cloud and CI are working again.
What was impacted
Cloud: GitHub project import and "Pull latest" both broken for affected projects.
CI: PR preview deployments returned 502 / broken cert, while CI falsely reported success.
Status
Resolved for now (disk manually cleaned). Kept open because the recovery was manual and the fallback needs to be improved so this doesn't recur silently.
What happened (chronologically)
/app/projects) and the CI PR-preview host ran out of space ("no space left on device").ENOSPC: no space left on devicewhen creating the import temp dir..git/config.lockfile, surfacing a confusing git error to the user (see Cloud git sync breaks permanently on stale .git/config.lock #1174)..github/workflows/remove-old-artifacts.yml). Cloud and CI are working again.What was impacted
Status
Resolved for now (disk manually cleaned). Kept open because the recovery was manual and the fallback needs to be improved so this doesn't recur silently.