WEBHOOK_URL env variable is ignored for Test URL

WEBHOOK_URL url is ignored for Test URL.

It’s recognized just fine for the production url, but for instances behind a reverse proxy, or with a separate management node, having an internal url for the test webhook is useless.

Is there another undocument env variable that can be used for this?

1.106.3, postgres, docker

Hey @tempire

There is no env variable WEBHOOK_TEST.

There is another documented variable for that - WEBHOOK_URL.

From the same page, there are three other semi-related env vars:

  • N8N_ENDPOINT_WEBHOOK
  • N8N_ENDPOINT_WEBHOOK_TEST
  • N8N_ENDPOINT_WEBHOOK_WAIT

WEBHOOK_URL is ignored for the webhook test - that’s the purpose of my post. Original post corrected.

The path-related env variables are irrelevant.

Maybe you could tell us a bit more to provide context, because this issue is not far spread and there must be something in your environment or configuration that makes it ignored. Tell us about the installation method (docker, npm), architecture of your environment (how is the instance exposed) and share your configuration, specifically for env vars.

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