Hey, I need to change the localhost of my webhook to my domain name.
I have deployed N8N in Railway, but as much as I have searched for the variable and tried the other answers, I have not been able to change the localhost.
Hey, I need to change the localhost of my webhook to my domain name.
I have deployed N8N in Railway, but as much as I have searched for the variable and tried the other answers, I have not been able to change the localhost.
Hi @alejoroj4s, welcome to the community!
This sounds like you simply need to change the WEBHOOK_URL
environment variable to something like WEBHOOK_URL=https://n8n.alejoroj4s.com/
(of course replacing https://n8n.alejoroj4s.com/
with your actual URL).
Perhaps you can give this a go and let me know if you’re running into trouble with this? It might be worth checking directly with the Railway community if you’re having trouble updating environment variables.