My build timed
litmas
TRIALOP
2 years ago
Hello.
I am trying to deploy my express backend to Railway. When deploying I get up 'Connected to Database' meaning that it works. This happens within about 30 seconds and then it says building for about 10 minutes and eventually times out. I dont know why this is happening.
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
brody
EMPLOYEE
2 years ago
Are you trying to start your app during build? if so, please look into that, your build script should only build and then exit, and your start script should start the server.