Twilio WhatsApp Messaging With Node Error

Hey guys,
I was sending WhatsApp Messages via Twilio using the Node Package. I noticed that whenever I hardcoded the message into the .jsw file, it goes without any warning but when I pass the message from the page it is giving me the following warning:

(node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Although the message is delivering properly, what does this error mean?

Without seeing the code, it is very hard to say, what’s wrong.
But wait i will try …


Nope, sorry! I can’t see any errors :grin: