Problems with the deployment
josecd
HOBBYOP

2 years ago

application deployments cannot be done

30 Replies

josecd
HOBBYOP

2 years ago

37598ccc-3727-4f05-8fca-e482d2b1652a


2 years ago

what about the logs?


2 years ago

what does it show there?


porkytheblack
PRO

2 years ago

having the same issue


2 years ago

OP has not told us what the issue is, please create a new help thread and explain your issue.


porkytheblack
PRO

2 years ago

I already did, a few threads ago, no replies


2 years ago

okay then please wait patiently as this is community support, please don't try to hijack others threads


josecd
HOBBYOP

2 years ago

1278446221706526700


josecd
HOBBYOP

2 years ago

time out logs


josecd
HOBBYOP

2 years ago

I still can't make a deployment


josecd
HOBBYOP

2 years ago

1278551976077951000


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


josecd
HOBBYOP

2 years ago

same result is not executed

1278730015537762300


josecd
HOBBYOP

2 years ago

There was a deploy done in the morning that I didn't do, did the railway team do it?

1278730237777023000


2 years ago

that might've been me - sorry, we usually ask for permission before running these


josecd
HOBBYOP

2 years ago

Is there any reason why my deployments are not being made?


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


josecd
HOBBYOP

2 years ago

was another dockerfile used in this deploy?


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 -


josecd
HOBBYOP

2 years ago

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


Loading...