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!