Description
I am facing an issue when running OpenClaw via NemoClaw sandbox where WhatsApp Web fails to generate the QR code required for login.
When running OpenClaw directly on my Ubuntu machine (without Docker), WhatsApp Web works correctly and the QR code is generated without any issues.
However, inside the NemoClaw (Docker-based) environment, the QR code is not generated at all, and I encounter WebSocket-related exceptions.
Expected Behavior:
- WhatsApp Web loads successfully
- WebSocket connection is established
- QR code is generated for login
Actual Behavior
- QR code is not generated
- WebSocket connection fails with errors
Waiting for WhatsApp connection... WhatsApp Web connection ended before fully opening. status=408 Request Time-out WebSocket Error (Opening handshake has timed out) Channel login failed: Error: status=408 Request Time-out WebSocket Error (Opening handshake has timed out)
- Login flow cannot proceed
Description
I am facing an issue when running OpenClaw via NemoClaw sandbox where WhatsApp Web fails to generate the QR code required for login.
When running OpenClaw directly on my Ubuntu machine (without Docker), WhatsApp Web works correctly and the QR code is generated without any issues.
However, inside the NemoClaw (Docker-based) environment, the QR code is not generated at all, and I encounter WebSocket-related exceptions.
Expected Behavior:
Actual Behavior