Juan Granados
Juan Granados
Any news on this bug?
I have a similar issue. I read the QR code and saved the session. I closed the session to make changes to my code. When I run again the script...
Yes, WhatsApp business, the strange is it never happened some weeks ago :/
``` const { state, saveCreds } = await useMultiFileAuthState('baileys_auth_info'); logger.level = 'trace'; const sock = makeWASocket({ printQRInTerminal: true, auth: state, }); sock.ev.on("creds.update", saveCreds); ``` ``` sock.ev.on("connection.update", (update) => { console.log('con...