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 not listening properly. #13882

Open
chetanmore669 opened this issue Mar 12, 2025 · 2 comments
Open

Webhook not listening properly. #13882

chetanmore669 opened this issue Mar 12, 2025 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review Needs Feedback Waiting for further input or clarification.

Comments

@chetanmore669
Copy link

Describe the problem/error/question

I am using on webhook in my project and its sometimes skips incoming api call. it happens randomly.

What is the error message (if any)?

No Error

Please share your workflow/screenshots/recording

Image

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.
```{
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "44fc1545-a3c2-49ed-b26b-45fccd8d54f3",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        -14320,
        -12520
      ],
      "id": "fc9aeb3a-5707-48f3-b15e-f9013953d62d",
      "name": "Webhook-Updated-Questions",
      "webhookId": "44fc1545-a3c2-49ed-b26b-45fccd8d54f3"
    }
  ],
  "connections": {
    "Webhook-Updated-Questions": {
      "main": [
        []
      ]
    }
  },
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "fb0330c12168d8986a25e32969e039658f672faf5d3467655ca2db5a9ecea7e5"
  }
}


## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->


## Debug info

### core

- n8nVersion: 1.81.4
- platform: docker (cloud)
- nodeJsVersion: 20.18.3
- database: sqlite
- executionMode: regular
- concurrency: 20
- license: community

### storage

- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem

### pruning

- enabled: true
- maxAge: 720 hours
- maxCount: 25000 executions

### client

- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/134.0.0.0 safari/537.36
- isTouchDevice: false

Generated at: 2025-03-12T20:02:50.561Z}
@Joffcom
Copy link
Member

Joffcom commented Mar 12, 2025

Hey @chetanmore669,

We have created an internal ticket to look into this which we will be tracking as "GHC-1171"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Mar 12, 2025
@Joffcom
Copy link
Member

Joffcom commented Mar 12, 2025

Hey @chetanmore669

How do you know it is skipping some events? I have just sent 20 requests to my test cloud instance and they all arrived.

If we can get more information to reproduce the issue we can look into it a bit more.

@Joffcom Joffcom added the Needs Feedback Waiting for further input or clarification. label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Needs Feedback Waiting for further input or clarification.
Projects
None yet
Development

No branches or pull requests

2 participants