Webhook issue

i am hosting n8n locally behind my router which have public ip i also forwarded the port and ip  but in webhook its showing local address please give solution

n8n LXC Container
    🌐   Provided by: community-scripts ORG | GitHub: https://github.com/community-scripts/ProxmoxVE

    πŸ–₯️   OS: Debian GNU/Linux - Version: 12
    🏠   Hostname: n8n
    πŸ’‘   IP Address: 192.168.1.30

Information on your n8n setup

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

Hey @Partha_Roy The solution is to set the WEBHOOK_URL environment variable for your n8n instance to your public IP address or domain name.

i already update but not working

can you share your environment variables?

WEBHOOK_TUNNEL_URL=http://103.165.114.65:5678

can u help me to configure

are you sure this the only variable you set? can you share more details on how you run n8n? docker or npm?