Why would a webhook trigger print out http:// and https:// sequentially in the webhook URL?

Describe the problem/error/question

I am trying to create a webhook but the url rendered is incorrect. Is there any point in the config that could have been entered incorrectly the influences the url rendered?

Kind regards

Debug info

core

  • n8nVersion: 1.54.4
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.15.0
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

Generated at: 2024-08-28T10:03

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Set your ‘WEBHOOK_URL’ env var to your full domain including https://

I would also recommend setting up a reverse proxy like nginx so that the port doesn’t need to be set on the url

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