-
Notifications
You must be signed in to change notification settings - Fork 502
QR showing after connrected #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you have the WEB_VERSION_CACHE_TYPE env configured? |
Thanks for your reply, ApplicationPORT=3000 # OPTIONAL, DEFAULT 3000 ClientMAX_ATTACHMENT_SIZE=10000000 # IF REACHED, MEDIA ATTACHMENT BODY WILL BE NULL ALL CALLBACKS: auth_failure|authenticated|call|change_state|disconnected|group_join|group_leave|group_update|loading_screen|media_uploaded|message|message_ack|messa>DISABLED_CALLBACKS=qr|message_ack|message_reaction|unread_count|message_edit|message_ciphertext # PREVENT SENDING CERTAIN TYPES OF CALLBACKS BACK TO THE WEBHOOK Session File StorageSESSIONS_PATH=./sessions # OPTIONAL ENABLE_SWAGGER_ENDPOINT=TRUE # OPTIONAL |
Your configuration seems fine. Would you mind to switch to a forked project and check if your issue is solved there? |
I had the same issue, and switching to the forked project avoylenko/wwebjs-api:latest fixed it for me. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Hi team
I am using this service from 6 months, but from 5 days I got a issue, When I connect any business whatsapp using QR code and that connected from phone successfully but not connect to our server, and we can see a error on pm2 logs
this is error:
0|whatsapp-api | Initialize error: Waiting for selector
[data-icon='search']
failed: Protocol error (Runtime.callFunctionOn): Target closed.how can we solve this?
due to this we can't scan qr code again and it show qr already scanned but on status "{"success":false,"state":null,"message":"session_not_connected"}"
I think this issue is come because whatsapp show a popup of continue button, if we don't click on continue button web whatsapp not working on browsers also, like opera and chrome etc.. same this issue I think in our API
The text was updated successfully, but these errors were encountered: