A Evolution API não cria códigos QR
Welcome!
- [x] Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Ao criar uma instância da Evolution API para o Chatwoot usando a opção de criação automática, a inbox é criada no Chatwoot, mas o contato +123456 só envia a mensagem "init" e não gera o QR. Também no /manager não são gerados QRs, aparece apenas o texto "Scan the QR code with your WhatsApp Web".
What did you expect?
Depois da mensagem "init" deveria chegar um código QR.
What did you observe instead of what you expected?
Não se observa nada de estranho além de que os QRs não são gerados, a inbox é criada normalmente.
Screenshots/Videos
No response
Which version of the API are you using?
2.2.3
What is your environment?
Linux
Other environment specifications
VPS de hostinger, sin docker, clonado de github.
If applicable, paste the log output
No response
Additional Notes
No response
Hi team,
I'm facing the same critical issue with Baileys (version 2.3000). My instance was working normally until the morning of May 27th, 2025. Suddenly, it stopped generating the QR Code and now it always gets stuck at the connecting state with no further progress.
I already:
- Deleted old sessions
- Cleared volumes and rebuilt the Docker container
- Restarted the app from scratch
- Tried from different browsers and environments
It seems like a WhatsApp Web protocol update broke compatibility with this version. Is there any confirmation or ongoing fix for this? Can you confirm if recent changes on the WhatsApp Web side triggered this behavior?
Thanks in advance!
Container logs: [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Browser: Evolution API,Chrome,5.15.0-25-generic
[Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Baileys version env: 2,3000,1015901307
{ local: 'p.sendData-Webhook-Global', url: '', event: 'connection.update', instance: 'XXXX-instance', { instance: 'XXXX-instance', state: 'connecting', statusReason: 200 }, destination: '/connection-update', date_time: '2025-05-27T23:40:25.020Z', sender: undefined, server_url: 'https://XXXX.com.br', apikey: 'XXXX-XXXX-XXXX-XXXXXXXXXXXX' }
Hi team,
I'm facing the same critical issue with Baileys (version 2.3000). My instance was working normally until the morning of May 27th, 2025. Suddenly, it stopped generating the QR Code and now it always gets stuck at the connecting state with no further progress.
I already:
- Deleted old sessions
- Cleared volumes and rebuilt the Docker container
- Restarted the app from scratch
- Tried from different browsers and environments
It seems like a WhatsApp Web protocol update broke compatibility with this version. Is there any confirmation or ongoing fix for this? Can you confirm if recent changes on the WhatsApp Web side triggered this behavior?
Thanks in advance!
Container logs: [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Browser: Evolution API,Chrome,5.15.0-25-generic
[Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Baileys version env: 2,3000,1015901307
{ local: 'p.sendData-Webhook-Global', url: '', event: 'connection.update', instance: 'XXXX-instance', { instance: 'XXXX-instance', state: 'connecting', statusReason: 200 }, destination: '/connection-update', date_time: '2025-05-27T23:40:25.020Z', sender: undefined, server_url: 'https://XXXX.com.br', apikey: 'XXXX-XXXX-XXXX-XXXXXXXXXXXX' }
Friend, if your problem is the same as mine, there is a solution. There was already an issue created a few hours ago that I didn’t see, and a lot of people have had this problem. The solution is to go to your .env file and change
CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
(that was the number I had) to
CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
Then restart your service, and that’s it.
mesma coisa qui
Same here. You probably need to upgrade Baileys in the package.json file:
"baileys": "github:EvolutionAPI/Baileys",
I was having the same issue — I changed CONFIG_SESSION_PHONE_VERSÃO to 2.3000.1023204200, and this new version solved my problem. Thank you so much @JBdesarrollo !
I changed to 2.3000.1023204200 and solved my problem too. but RAM and CPU consumption increased substantially. Here it went from 500mb to 900mb and 80% CPU usage, with 60 instances connected
solution in https://github.com/EvolutionAPI/evolution-api/issues/1509 change CONFIG_SESSION_PHONE_VERSÃO
Thank you! CONFIG_SESSION_PHONE_VERSION=2.3000.1020885143 on .env solved!
Does anyone know where to inform me about the version changes? because I went through the same thing, 1 hour trying different things until I changed the version and ready ....
Thank you! CONFIG_SESSION_PHONE_VERSION=2.3000.1020885143 on .env solved! dont forget do save
Same here..
CONFIG_SESSION_PHONE_VERSION=2.3000.1020885143 on .env solved the problem..
thanks guys!
Same shit here, solved with 2.3000.1023204200
can someone explain why it happened ?
p.s it's happened because this guy updated the web version ? -> https://github.com/WhiskeySockets/Baileys/actions/runs/15287520324
Hi team, I'm facing the same critical issue with Baileys (version 2.3000). My instance was working normally until the morning of May 27th, 2025. Suddenly, it stopped generating the QR Code and now it always gets stuck at the connecting state with no further progress. I already:
- Deleted old sessions
- Cleared volumes and rebuilt the Docker container
- Restarted the app from scratch
- Tried from different browsers and environments
It seems like a WhatsApp Web protocol update broke compatibility with this version. Is there any confirmation or ongoing fix for this? Can you confirm if recent changes on the WhatsApp Web side triggered this behavior? Thanks in advance! Container logs: [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Browser: Evolution API,Chrome,5.15.0-25-generic [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Baileys version env: 2,3000,1015901307 { local: 'p.sendData-Webhook-Global', url: '', event: 'connection.update', instance: 'XXXX-instance', { instance: 'XXXX-instance', state: 'connecting', statusReason: 200 }, destination: '/connection-update', date_time: '2025-05-27T23:40:25.020Z', sender: undefined, server_url: 'https://XXXX.com.br', apikey: 'XXXX-XXXX-XXXX-XXXXXXXXXXXX' }
Friend, if your problem is the same as mine, there is a solution. There was already an issue created a few hours ago that I didn’t see, and a lot of people have had this problem. The solution is to go to your .env file and change
CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
(that was the number I had) to
CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
Then restart your service, and that’s it.
Thanks! Works for me too
Hi everyone, first of all, thank you @JBdesarrollo for the solution 🚀 Second, how it's possibile to stay updated on every release of whatsapp web? (to predict this situation).
Thank you!
Hi team, ..me as mine, there is a solution. There was already an issue created a few hours ago that I didn’t see, and a lot of people have had this problem. The solution is to go to your .env file and change
CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
(that was the number I had) to
CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
Then restart your service, and that’s it.
Have you considered updating to version 2.3000.1023243284? It’s the most recent version listed here, works well, and is likely to stay compatible for longer.
I had the same issue, and switching to the new configuration below solved it:
• CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
However, I have some concerns — this instability came out of nowhere, and I have clients in production. What does this mean for the system’s stability? Are we really vulnerable to any random change potentially breaking everything?
This is very risky. I don’t believe this is Evo’s fault, but it definitely puts the system’s reliability into question.
I had the same issue, and switching to the new configuration below solved it:
• CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200However, I have some concerns — this instability came out of nowhere, and I have clients in production. What does this mean for the system’s stability? Are we really vulnerable to any random change potentially breaking everything?
This is very risky. I don’t believe this is Evo’s fault, but it definitely puts the system’s reliability into question.
Meta can break Baileys at any time. It's the same issue with the yt-dlp library
Hi team, I'm facing the same critical issue with Baileys (version 2.3000). My instance was working normally until the morning of May 27th, 2025. Suddenly, it stopped generating the QR Code and now it always gets stuck at the connecting state with no further progress. I already:
- Deleted old sessions
- Cleared volumes and rebuilt the Docker container
- Restarted the app from scratch
- Tried from different browsers and environments
It seems like a WhatsApp Web protocol update broke compatibility with this version. Is there any confirmation or ongoing fix for this? Can you confirm if recent changes on the WhatsApp Web side triggered this behavior? Thanks in advance! Container logs: [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Browser: Evolution API,Chrome,5.15.0-25-generic [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Baileys version env: 2,3000,1015901307 { local: 'p.sendData-Webhook-Global', url: '', event: 'connection.update', instance: 'XXXX-instance', { instance: 'XXXX-instance', state: 'connecting', statusReason: 200 }, destination: '/connection-update', date_time: '2025-05-27T23:40:25.020Z', sender: undefined, server_url: 'https://XXXX.com.br', apikey: 'XXXX-XXXX-XXXX-XXXXXXXXXXXX' }
Friend, if your problem is the same as mine, there is a solution. There was already an issue created a few hours ago that I didn’t see, and a lot of people have had this problem. The solution is to go to your .env file and change
CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
(that was the number I had) to
CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
Then restart your service, and that’s it.
Boa man, salvou aqui. Tive que excluir o container do docker e subir novamente com essa config que passou. Ai voltou a funcionar vlew
Alterei a versão do CONFIG_SESSION_PHONE_VERSION para 2.3000.1023204200 no .env e voltou a funcionar
Alterei a versão do CONFIG_SESSION_PHONE_VERSION para 2.3000.1023204200 no .env e o meu também voltou, só fazer isso que dá certo, sem erro!
Same here..
CONFIG_SESSION_PHONE_VERSION=2.3000.1020885143 on .env solved the problem..
thanks guys!
Usei essa versão e funcionou corretamente.
Obrigado a todos!
mas ainda tá com problema para mensagem em grupo
o meu não gera o qr code, mesmo informando o CONFIG_SESSION_PHONE_VERSION=xxxx , a poucos dias estava funcionando 100%
Caramba, já coloquei um duzia de CONFIG_SESSION_PHONE_VERSION=xxxx e nada resolve...
Hi team, I'm facing the same critical issue with Baileys (version 2.3000). My instance was working normally until the morning of May 27th, 2025. Suddenly, it stopped generating the QR Code and now it always gets stuck at the connecting state with no further progress. I already:
- Deleted old sessions
- Cleared volumes and rebuilt the Docker container
- Restarted the app from scratch
- Tried from different browsers and environments
It seems like a WhatsApp Web protocol update broke compatibility with this version. Is there any confirmation or ongoing fix for this? Can you confirm if recent changes on the WhatsApp Web side triggered this behavior? Thanks in advance! Container logs: [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Browser: Evolution API,Chrome,5.15.0-25-generic [Evolution API] [XXXX-instance] v2.2.3 XXXX - Tue May 27 2025 23:39:52 INFO [ChannelStartupService] [string] Baileys version env: 2,3000,1015901307 { local: 'p.sendData-Webhook-Global', url: '', event: 'connection.update', instance: 'XXXX-instance', { instance: 'XXXX-instance', state: 'connecting', statusReason: 200 }, destination: '/connection-update', date_time: '2025-05-27T23:40:25.020Z', sender: undefined, server_url: 'https://XXXX.com.br', apikey: 'XXXX-XXXX-XXXX-XXXXXXXXXXXX' }
Friend, if your problem is the same as mine, there is a solution. There was already an issue created a few hours ago that I didn’t see, and a lot of people have had this problem. The solution is to go to your .env file and change
CONFIG_SESSION_PHONE_VERSION=2.3000.1015901307
(that was the number I had) to
CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
Then restart your service, and that’s it.
Thanks my friend! That tip was really useful!
Tenía el mismo problema. Cambié
CONFIG_SESSION_PHONE_VERSÃOa [nombre2.3000.1023204200del programa] y esta nueva versión lo solucionó. Muchas gracias. @JBdesarrollo!
Muchas gracias por la solucion!
Hi, thanks for these discussion I read that "The solution is to go to the .env file and change the value on CONFIG_SESSION_PHONE_VERSION with 2.3000.1023204200"
But, sorry for my ignorance, I have installed evolution-api with easy panel, and checking the eviroment variables, i do not find "CONFIG_SESSION_PHONE_VERSION" on the list. Do I have to add it manually and put the recommended value ?
Other thing, I was using evolution-api with n8n, suddenly, yesterday the webhooks connected with evolution-api do not run (they don't even run in test mode), it comes from the same issues?
Thanks in advance and warm regards
Luis Jimeno
Hi, thanks for these discussion I read that "The solution is to go to the .env file and change the value on CONFIG_SESSION_PHONE_VERSION with 2.3000.1023204200"
But, sorry for my ignorance, I have installed evolution-api with easy panel, and checking the eviroment variables, i do not find "CONFIG_SESSION_PHONE_VERSION" on the list. Do I have to add it manually and put the recommended value ?
Other thing, I was using evolution-api with n8n, suddenly, yesterday the webhooks connected with evolution-api do not run (they don't even run in test mode), it comes from the same issues?
Thanks in advance and warm regards
Luis Jimeno
Hey Luis,
Look at lines 181, 182 and 183, on "Environments" tab in your Easypanel.
@JBdesarrollo resolvido com aqui também com a solução do phone version: