felipeDS91 / whatsapp-api

Rest API to send messages through whatsapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All messages return "FROM_DISCONNECTED" in messages table

Momaiz opened this issue · comments

Hello , Thank you for sharing ,

i tried to work with it , but when send message the postman load about 30 sec , and then show qr code in console
but the message row in messages show "FROM_DISCONNECTED"

How can i fix it please

@felipeDS91 the console show qr code because i console.log this.client in setFromClient method in src/whatsapp/client/index.ts

Fixed , Thank you