#First steps on Railway... deployment restarting all the time

21 messages · Page 1 of 1 (latest)

carmine karma
#

I created my first project, which is a n8n server. My connections seem to be okay and I have created a workflow that works fine in testing. However, when I try to use it in production with a larger volume of executions, my deployment keeps restarting constantly.

In my deployment logs, the first alert I see is: "Looks like your app is listening on 127.0.0.1. You may need to listen on 0.0.0.0 instead." However, I am not sure where to go to change this setting.

Could this be the reason for my issues? And how can I solve it? Thank you!

keen timberBOT
#

Project ID: 0bc6dd87-12d3-4f3d-a2eb-3593e9c0aac6

carmine karma
#

My project ID: 0bc6dd87-12d3-4f3d-a2eb-3593e9c0aac6

runic galleon
#

are you able to share a link to your repo?

carmine karma
#

How do I do that?

runic galleon
#

copy and paste it then press send

carmine karma
#

🙂 first, tell me what is a repo.

runic galleon
#

github repository

carmine karma
#

Like I said, I'm in my first steps here. 😉

#

Ahh ok

carmine karma
#

@runic galleon Do you need any information else?

runic galleon
#

please dont ping me like that

carmine karma
#

I will take a look

carmine karma
#

Do I need to setup all of the Railway-Provided variables?

runic galleon
#

only the ones you need

carmine karma
#

Is this alert triggered by a variable setup issue?

"Looks like your app is listening on 127.0.0.1. You may need to listen on 0.0.0.0 instead."

runic galleon
#

you should be fine to ignore that

#

what errors do you see now

carmine karma
#

Everything is fine now. Thanks!