Error: ReferenceError: signale is not defined #11
Replies: 2 comments 1 reply
-
add this line in msg_parser.js at the top of the code in node_modules directory of whatsappcloudapi_wrapper const signale = require('signale') |
Beta Was this translation helpful? Give feedback.
-
add this line in msg_parser.js at the top of the code in node_modules directory of whatsappcloudapi_wrapper const signale = require('signale') |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to setup a webhook, but it throws me an error "ReferenceError: signale is not defined" where i try to parse a message from whatsapp on webhook.
await Whatsapp.parseMessage(req.body);
here it throws, can you please help me what can be the possible issue and how to fix it please.Beta Was this translation helpful? Give feedback.
All reactions