DEV Community

Discussion on: Build your own URL shortener in 15 minutes

Collapse
 
casacode profile image
Brian Liotti

InternalServerError: ENOSPC: no space left on device, write

bummer

Collapse
 
sebdeckers profile image
Sebastiaan Deckers

Had some issues with flaky, large deployments causing the scratch space on the Commons Host core API server to fill up and never get cleared until a reboot. I fixed a few bugs recently that should prevent those problems from recurring. (See: gitlab.com/commonshost/support/iss...)

Collapse
 
mardeg profile image
Mardeg

The problem is recurring 😒 and shows up only at the end of uploading a (45MB) site.

InternalServerError: ENOSPC: no space left on device, write

at module.exports.parseError (/usr/lib/node_modules/@commonshost/cli/src/helpers/parseError.js:17:11)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async /usr/lib/node_modules/@commonshost/cli/src/commands/deploy.js:460:28
Enter fullscreen mode Exit fullscreen mode