devlikeapro

Results 463 comments of devlikeapro

Are you sure it's not API call retries on the app side? Is there any logs at the time it happens may be? Ideally with `DEBUG=1` environment variable set [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

>It is also strange to me why the POST /api/sendText and GET /api/sendText exist Very specific requirement we had in the past. [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Hi! Is there any logs may be about storage errors? > "channelId": "147808" Have you modified the source code by any change? We didn't have that properly afaik Just checking,...

> tried to access the image using local url, also unable to access Do you have `WHATSAPP_FILES_LIFETIME` set to `0` value and mapped `WHATSAPP_FILES_FOLDER` to the host? --- https://waha.devlike.pro/docs/how-to/storages/#media---local If...

> I only set it up, is it my setting problem? Try mapping volume to host system as well This way if you use docker-compose https://github.com/devlikeapro/waha/blob/core/docker-compose.yaml#L14-L20 >The most important thing...

> I didn’t modify the source code Oh, nevermind, it has the right payload in `request` field. looks like some http server with `channelId` logs, it confused me 👍 [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

with https://github.com/devlikeapro/waha/issues/387 [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Is it a mesasge popup or login via code? Try sending "presence: online" time to time https://waha.devlike.pro/docs/how-to/presence/ [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

`Presence: online` setting only send "online" presence once, when the session connects (starts). In order to keep it "online" you need to send `presence: online` time to time https://waha.devlike.pro/docs/how-to/presence/ Do...

Yes, it happens :( https://github.com/devlikeapro/waha/issues/789 Here's the logic we can suggest to implement, similar to "resend" functionality https://github.com/devlikeapro/waha/issues/789#issuecomment-2646815064 [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)