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