26 Replies
Project ID:
37598ccc-3727-4f05-8fca-e482d2b1652a
37598ccc-3727-4f05-8fca-e482d2b1652a
what about the logs?
what does it show there?
having the same issue
OP has not told us what the issue is, please create a new help thread and explain your issue.
I already did, a few threads ago, no replies
okay then please wait patiently as this is community support, please don't try to hijack others threads
time out logs
I still can't make a deployment
Hey sorry for the delay
I brought this to the attention of the team
Hi, can you try running
npm install
/ npm ci
with --verbose
?@Jose
same result is not executed
There was a deploy done in the morning that I didn't do, did the railway team do it?
that might've been me - sorry, we usually ask for permission before running these
Is there any reason why my deployments are not being made?
Nico, can you send their build table here?
it's a Dockerfile
ah, my guess is they are doing something like installing chrome and that's causing the entire build to time out
yea there is a puppeteer dep
that happens a lot, not sure why, the solution has always been to switch to the core version of puppeteer and then use the browserless v1 template instead of installing chrome
even if the build wasn't timing out, it would massively cut down on build and publish times having to not ship an entire browser with the app
was another dockerfile used in this deploy?
Nico would be referring to the Dockerfile you have in your project, please send it
but either way, doing this would get you unblocked.
template - https://railway.app/template/browserless
example - https://github.com/brody192/puppeteer-example
I don't understand, was my project modified or something like that so that it can be deployed correctly?
I'm not sure what you are talking about, please implement my suggestion