Build timeout during "importing to docker" phase - was working, now consistently fails
gohrayson
FREEOP

a month ago

## Issue
Builds that previously completed in ~2 minutes are now timing out at 11+ minutes. The timeout occurs during the "importing to docker" phase, after all Docker build steps complete successfully.

## Timeline
- Before Feb 3: Builds completing in ~2 minutes
- Feb 3 onwards: Builds consistently timing out at 11+ minutes
- No Dockerfile changes between working and failing builds
- Last code change was frontend-only (not even in Docker image)

## Build Log Evidence
All 23 Docker steps complete successfully:
- `npm ci` (root): 6s
- `npm ci` (backend): 16s  
- `npm run build`: 613ms
- All COPY/RUN commands: fast

Then timeout occurs at:11 minutes
$10 Bounty

2 Replies

valtahomes
HOBBY

a month ago

Same here... I got the same issue. keeps running on exporting to docker image... stuck forever.


gohrayson
FREEOP

a month ago

just fyi. the problem solved when i changed the server from united states to southeast asia.


Status changed to Open brody about 1 month ago


Loading...