Build error ECONNREFUSED while deploying to Railway #2335
Answered
by
flybayer
spidertwin2
asked this question in
Q&A
-
Hello, I am trying to deploy on Railway, but am getting the following build error.
Thanks 🍃 |
Beta Was this translation helpful? Give feedback.
Answered by
flybayer
May 13, 2021
Replies: 1 comment 1 reply
-
Based on a recent discussion in the Blitz discord, it looks like the solution is to set your start command to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
spidertwin2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on a recent discussion in the Blitz discord, it looks like the solution is to set your start command to
blitz start --port ${PORT-3000}
because Railway doesn't have automatic port detection