diff --git a/docs/help/troubleshooting.md b/docs/help/troubleshooting.md index 4f639f79c8e..db40802abd8 100644 --- a/docs/help/troubleshooting.md +++ b/docs/help/troubleshooting.md @@ -336,6 +336,7 @@ flowchart TD - `No Chrome tabs found for profile="user"` → the Chrome MCP attach profile has no open local Chrome tabs. - `Remote CDP for profile "" is not reachable` → the configured remote CDP endpoint is not reachable from this host. - `Browser attachOnly is enabled ... not reachable` or `Browser attachOnly is enabled and CDP websocket ... is not reachable` → attach-only profile has no live CDP target. + - stale viewport / dark-mode / locale / offline overrides on attach-only or remote CDP profiles → run `openclaw browser stop --browser-profile ` to close the active control session and release emulation state without restarting the gateway. Deep pages: diff --git a/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md b/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md index 9aa7458cbe2..7af077b6cf3 100644 --- a/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +++ b/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md @@ -192,6 +192,9 @@ Treat each message as a layer-specific clue: - WSL2 cannot reach the configured `cdpUrl` - `Browser attachOnly is enabled and CDP websocket for profile "remote" is not reachable` - the HTTP endpoint answered, but the DevTools WebSocket still could not be opened +- stale viewport / dark-mode / locale / offline overrides after a remote session + - run `openclaw browser stop --browser-profile remote` + - this closes the active control session and releases Playwright/CDP emulation state without restarting the gateway or the external browser - `gateway timeout after 1500ms` - often still CDP reachability or a slow/unreachable remote endpoint - `No Chrome tabs found for profile="user"`