Deployments stuck on npm ci
Today my deployments stopped working, always hanging on npm install. I've made a bunch of changes to try to solve it, but I couldn't fix yet. Could you help me?
Everything was working perfectly until today.
My dockerfile:
18 Replies
Project ID:
49744f7b-acaf-4da5-b383-c7e318bd6635
49744f7b-acaf-4da5-b383-c7e318bd6635
build logs please - https://bookmarklets.up.railway.app/log-downloader/
can you share your package.json too please
i assume this dockerfile builds locally?
it was building in prod
is using browserless on the table for you? im thinking the hanging has to do with installing chrome
I execute a crawler in the app, so I need to install it
but I removed this apt-get as well and I got the same error
I'm not sure how that would prevent you from using browserless
puppeteer itself is installing chrome too, hence why I think it's freezing
I removed again the installation of chrome
but just show queued now
how many builds do you have at once?
just 1
do you have wait for ci enabled?
ohh, there's a lot builds in another environments
for each push to the master
I'll remove them
now it worked
I redeployed a deploy from yesterday, and it worked
I think it was because of too many builds running
WHen I executed without the apt-get of chrome, didn't work the crawler
thanks
no problem!