Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook only work in test mode... #9466

Closed
radu-bitspot opened this issue May 20, 2024 · 3 comments
Closed

Webhook only work in test mode... #9466

radu-bitspot opened this issue May 20, 2024 · 3 comments

Comments

@radu-bitspot
Copy link

radu-bitspot commented May 20, 2024

Bug Description

I tried first to test the webhook node in the testing mode it work without problems

image

But then from what i understand i can use production mode without the need to use "listen for test event" but the problem is not working it just gives me "Workflow was started" but nothing but i receive no info..

image

3

Also i activated the workflow before from the.
image

What steps i tried to fix the problem.

  1. i added
    export WEBHOOK_URL=https://n8n.example.com/ variable to the docker

  2. tried to change the proxy settings with "X-Forwarded-Proto"

  3. I tried also with new worflow from scratch, same behaviour

To Reproduce

Create Webhook,
Try to create post request both on postman and webhook node with this settings
3

Expected behavior

To work and give response like in test..
image

Operating System

Ubuntu 22.04

n8n Version

1.41.0

Node.js Version

18.16

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented May 20, 2024

Hey @radu-bitspot,

That looks to be working, When running in production mode the UI doesn't update and you need to check the Execution Log if enabled to see if the workflow ran or not as production mode runs in the background.

@radu-bitspot
Copy link
Author

Hey @radu-bitspot,

That looks to be working, When running in production mode the UI doesn't update and you need to check the Execution Log if enabled to see if the workflow ran or not as production mode runs in the background.

Thank You Joffcom, i think this need to be specified somewhere is very confusing :(

@Joffcom
Copy link
Member

Joffcom commented May 20, 2024

Hey @radu-bitspot,

I know we cover it in the docs for the node here: https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/#production-workflows but maybe we should also put a notice in the node in the future.

For now as it sounds like all is good here though I think we can close this.

@Joffcom Joffcom closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants