You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After calling /start-session API QR Code not Generating
Environment
WPPConnect-Server version: 2.6.0
Node Version : v20.17.0
Steps to Reproduce
Call the API /start-session Response : {
"status": "CLOSED",
"message": "QRCode is not available...",
"session": "PROD-WPS-919311148076"
}
second Call the API /start-session
{
"status": "INITIALIZING",
"qrcode": null,
"version": "2.5.2",
"session": "PROD-WPS-919311148076"
}
now Call the API /qrcode-session Every time the same Response : {
"status": "INITIALIZING",
"message": "QRCode is not available...",
"session": "PROD-WPS-919311148076"
}
The session is never initialized
The text was updated successfully, but these errors were encountered:
I had the same issue with generating the QR code and getting the status "status": "INITIALIZING". I resolved it by updating to the latest version (v2.8.1). I recommend updating your wppconnect-server installation to the latest version, as this fixed the problem for me.
Description
After calling /start-session API QR Code not Generating
Environment
WPPConnect-Server version: 2.6.0
Node Version : v20.17.0
Steps to Reproduce
Response : {
"status": "CLOSED",
"message": "QRCode is not available...",
"session": "PROD-WPS-919311148076"
}
{
"status": "INITIALIZING",
"qrcode": null,
"version": "2.5.2",
"session": "PROD-WPS-919311148076"
}
Every time the same Response : {
"status": "INITIALIZING",
"message": "QRCode is not available...",
"session": "PROD-WPS-919311148076"
}
The session is never initialized
The text was updated successfully, but these errors were encountered: