[BUG][WEBJS] - Can't start session on Google Cloud Run
Describe the bug Tried to deploy a few different docker image tags to Google Cloud Run — they either couldn't be deployed (ARM, expected), or the session couldn't be started. Have tried with the chrome version too.
Version
{
"version": "2024.8.1",
"engine": "WEBJS",
"tier": "CORE",
"browser": "/usr/bin/chromium"
}
ARM, expected
for arm you need to use devlikeapro/waha:arm
https://waha.devlike.pro/docs/how-to/engines/#docker-images
the session couldn't be started
Is there any logs in the console? Did it runs on your own laptop or any other VPS, like digitalocean?
Possible related issue, https://github.com/devlikeapro/waha/issues/471 It also stops working on Google Cloud, could a IP detection from WA side. Try using https://contabo.com/en/ or other service
Works on my M3 mac (using arm version).
Logs were not helpful — just threw errors related to screenshot API call failing
chromium browser has a bug on ARM processors
https://issues.chromium.org/issues/40257452
and the docker image for ARM has no way to choose google-chrome
this is into the waha:arm container
`root@17d36447ce81:/app# chromium --headless --remote-debugging-port=9222 https://chromium.org
Trace/breakpoint trap (core dumped)`
container logs
@hassegawa is it the latest version?
Could you try devlikeapro/waha:arm-2024.10.6, may be it's latest changes :thinking: