Kristian Tanuwijaya

Results 6 comments of Kristian Tanuwijaya

Calling /stop then /start endpoint didn't work (with or without mounted/attached storage for session persistence in pro). If I do that, the result is scan QR code page with loading...

Maybe this happened because one of the chromium process was killed by OOMKiller. Here's an output that I found from serial0. But I'm not very sure of it. Maybe 1...

It happened last time around 2024-08-09T09:xx:xx (last Friday) At that time, our version is not the latest one (based on the image pull date, it was pulled from https://hub.docker.com/r/devlikeapro/waha at...

Self hosted. The docker runs on a QEMU-KVM virtual machine. I'm quite sure I'm not hitting RAM/CPU bottleneck since I'm allocating very large resource to the VM (20+vCPU, 50GB+ RAM,...

I can confirm this bug. Maybe this bug only happen when list of chats are very long. I confirm this bug happened on a session that have 2000+ open chats...

Update: I managed to make it call `/root/.getssl/*.domain.com/dns-test-cmd.sh` by adding backslash before `*` in `getssl.cnf`. So instead of this: ``` DNS_ADD_COMMAND='/root/.getssl/*.sub.domain.com/dns-test-cmd.sh' ``` I write this instead ``` DNS_ADD_COMMAND='/root/.getssl/\*.sub.domain.com/dns-test-cmd.sh' ``` Is...