mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #219] QR code is not generated #64
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @simond-91 on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/219
I open the webiste, and the QRcode keeps loading and is never generated
@milosonator commented on GitHub (Aug 28, 2025):
Seeing the same issue.
@mizzunet commented on GitHub (Aug 29, 2025):
Same here on self-hosted instance, hosted on Koyeb if that's relevant.
But QR is loaded on official instance. Logs:
@guyzyl commented on GitHub (Sep 6, 2025):
It can take some time, but it does work. Maybe it was a momentary issue?
Have you tried refreshing the page if the QR didn't load after ~30 seconds?
The app interfaces with a package called whatsapp-web.js which opens headless browser and a puppeteer instance and the background, which is not the most efficient thing and can be slow sometimes.
If the issue still persists let me know :)
@guyzyl commented on GitHub (Sep 6, 2025):
Related to #142