Skip to content
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

Message hands forever #2088

Open
bessa3301 opened this issue Nov 22, 2024 · 0 comments
Open

Message hands forever #2088

bessa3301 opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@bessa3301
Copy link

Description

There's an error maybe with webhook maybe with message send. The feature works ok but it doesn't complete. Have a look in the screenshots bellow.

image

[Description of the bug, When Issue Happens]

Environment

  • Wppconnect-server version(s): latest
  • Browser: Chromium latest
  • OS: Kali Linux / Docker
  • Node version: node:lts-alpine3.18
  • WhatsApp version: latest
  • MultiDevice (BETA): no
  • config.json: [Your src/config.json file content]

Steps to Reproduce

I am mounting the config files like this:
volumes:
- ./setup/whatsapp/config.js:/usr/src/wpp-server/dist/config.js
- ./setup/whatsapp/config.json:/usr/src/wpp-server/src/config.json

since I discovered that the config.js at /dist was necessary to update the secret key - and wouldn't work otherwise

Additional context / Screenshot

in use webhook configuration:

    "webhook": {
        "url": "http://app/wpp-webhook",
        "autoDownload": false,
        "readMessage": false,
        "allUnreadOnStart": false,
        "onSelfMessage": true
    },
@bessa3301 bessa3301 added bug Something isn't working needs triage labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant