30 Replies
2 years ago
what about the logs?
2 years ago
what does it show there?
2 years ago
OP has not told us what the issue is, please create a new help thread and explain your issue.
2 years ago
okay then please wait patiently as this is community support, please don't try to hijack others threads
2 years ago
Hey sorry for the delay
2 years ago
I brought this to the attention of the team
2 years ago
Hi, can you try running npm install / npm ci with --verbose ?
2 years ago
@Jose
There was a deploy done in the morning that I didn't do, did the railway team do it?

2 years ago
that might've been me - sorry, we usually ask for permission before running these
2 years ago
Nico, can you send their build table here?
2 years ago
it's a Dockerfile
2 years ago
ah, my guess is they are doing something like installing chrome and that's causing the entire build to time out
2 years ago
yea there is a puppeteer dep
2 years ago
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
2 years ago
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
2 years ago
Nico would be referring to the Dockerfile you have in your project, please send it
2 years ago
but either way, doing this would get you unblocked.
template -
example -
I don't understand, was my project modified or something like that so that it can be deployed correctly?
2 years ago
I'm not sure what you are talking about, please implement my suggestion


