R
Railwayβ€’15mo ago
Cristiano

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

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!
17 Replies
Percy
Percyβ€’15mo ago
Project ID: 0bc6dd87-12d3-4f3d-a2eb-3593e9c0aac6
Cristiano
Cristianoβ€’15mo ago
My project ID: 0bc6dd87-12d3-4f3d-a2eb-3593e9c0aac6
Brody
Brodyβ€’15mo ago
are you able to share a link to your repo?
Cristiano
Cristianoβ€’15mo ago
How do I do that?
Brody
Brodyβ€’15mo ago
copy and paste it then press send
Cristiano
Cristianoβ€’15mo ago
πŸ™‚ first, tell me what is a repo.
Brody
Brodyβ€’15mo ago
github repository
Cristiano
Cristianoβ€’15mo ago
Like I said, I'm in my first steps here. πŸ˜‰ Ahh ok
Cristiano
Cristianoβ€’15mo ago
GitHub
GitHub - iCristiano/n8n_new
Contribute to iCristiano/n8n_new development by creating an account on GitHub.
Cristiano
Cristianoβ€’15mo ago
@Brody Do you need any information else?
Brody
Brodyβ€’15mo ago
please dont ping me like that have you setup the variable references correctly? https://docs.railway.app/develop/variables#reference-variables
Cristiano
Cristianoβ€’15mo ago
I will take a look Do I need to setup all of the Railway-Provided variables?
Brody
Brodyβ€’15mo ago
only the ones you need
Cristiano
Cristianoβ€’15mo ago
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."
Brody
Brodyβ€’15mo ago
you should be fine to ignore that what errors do you see now
Cristiano
Cristianoβ€’15mo ago
Everything is fine now. Thanks!
Brody
Brodyβ€’15mo ago
oh awsome!!