Klop
October 12, 2024, 6:42pm
1
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
Jon
October 12, 2024, 7:19pm
2
Hey @Klop
Welcome to the community
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
Klop
October 21, 2024, 6:53am
3
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
1 Like
system
Closed
October 28, 2024, 6:54am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.