WEBHOOK_URL not working

Hi,

Hope someone can help me with this one…

I can’t get WEBHOOK_URL to work in my n8n setup.

I’ve tried to add export WEBHOOK_URL=“https://xxx.yyy.zzz/ in both /etc/environment and .bashrc but my redirect url’s are still http://ip:5678/

  • n8n version: 1.62.4
  • Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):npm
  • Operating system:Ubuntu 23.10

Hey @Klop

Welcome to the community :raised_hands:

How are you launching n8n and did you remember to stop and start (not restart) n8n after setting the env option?

I would also recommend using Docker over npm as it a lot easier to use.

1 Like

Thanks for leading me in the right direction. I’m running n8n as a service and defined the Environment variables in the service when I installed n8n and totally forgot about that :expressionless:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.