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

Unknown error in n8n #12913

Closed
R-Soorya opened this issue Jan 29, 2025 · 2 comments
Closed

Unknown error in n8n #12913

R-Soorya opened this issue Jan 29, 2025 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@R-Soorya
Copy link

Describe the problem/error/question

Whatsapp trigger is not working properly. I have set the developer account and set all the credentials eventhough it throws me the error.

What is the error message (if any)?

Problem running workflow
Bad request - please check your parameters
Show Details
Whatsapp Trigger - Invalid Parameter

Please share your workflow/screenshots/recording

(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.)

{
"nodes": [
{
"parameters": {
"updates": [
"messages"
]
},
"type": "n8n-nodes-base.whatsAppTrigger",
"typeVersion": 1,
"position": [
-180,
80
],
"id": "2c0758d0-399f-41af-910b-112b1e2ed339",
"name": "WhatsApp Trigger",
"webhookId": "90c8a642-a253-4dee-8dec-e65d7414afeb",
"credentials": {
"whatsAppTriggerApi": {
"id": "cqv************W",
"name": "WhatsApp OAuth account"
}
}
}
],
"connections": {
"WhatsApp Trigger": {
"main": [
[]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "e0f75cda1a6c373f643e451b895feb368a9d1e51f36162ac55ba601fc114fc7f"
}
}

Share the output returned by the last node

Debug info

core

  • n8nVersion: 1.75.2
  • platform: npm
  • nodeJsVersion: 22.11.0
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)

storage

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

pruning

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

client

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

Generated at: 2025-01-29T05:20:50.583Z}

@Joffcom
Copy link
Member

Joffcom commented Jan 29, 2025

Hey @R-Soorya,

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

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

Joffcom commented Feb 5, 2025

Hey @R-Soorya

Thank you for reaching out! It looks like this issue might be more of a support request rather than a bug report. For general support, troubleshooting, or questions, we recommend raising your request on our community support forum.

The forum is a great place to connect with both our team and other community members who can help out. You might even find answers to similar questions there!

As a starting point it looks like the error is coming back from WhatsApp and they are unhappy with something. I would start by making sure the webhook url is correct and that it isn't localhost

We’ll go ahead and close this issue to keep the tracker focused on bug reports. Feel free to join the conversation on the forum, and let us know if you have any further concerns or questions.

Thanks again for being part of the n8n community!

@Joffcom Joffcom closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 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
Projects
None yet
Development

No branches or pull requests

2 participants