Deployments stuck on npm ci
carlosduarte17
PROOP

2 years ago

Hello! Today my deployments stopped working, the application starts the build process, but never finishes. I am using Nixpacks
as default builder for my Node.js App

Previously the deployments worked well.

The log prints a message "Build timed out".

The last step that I can see is

11 npm

WARN config production Use --omit=dev instead.

Project ID: d33de49c-3d40-4767-a6e8-fa1517f6e4c6

thanks!

7 Replies

2 years ago

first off, a duplicate wont fix the issue here


2 years ago

you are using puppeteer right?


carlosduarte17
PROOP

2 years ago

Hello


carlosduarte17
PROOP

2 years ago

I am using Nest.js and I do have a puppeteer process.


2 years ago

installing chrome is a extremely fragile process, would you be interested in self hosting browserless on railway?


carlosduarte17
PROOP

2 years ago

What is the steps?


2 years ago

deploy the browserless v2 template into your project and then check out this example -


Loading...