From d28b9d32f60cba7ed12caff2fc66a6c6d08d092a Mon Sep 17 00:00:00 2001 From: b3nw Date: Tue, 28 Apr 2026 02:39:20 +0000 Subject: [PATCH] test(option-a): point SCHWAB_PLAYWRIGHT_URL to CLI's browserless endpoint Temporarily switch from the local schwab-browser sidecar to the browserless endpoint used by the working CLI (browser.local.ben.io). This tests whether /assert 403 is caused by browser environment drift. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 900d7f9..7d5d3ac 100644 --- a/compose.yaml +++ b/compose.yaml @@ -21,7 +21,7 @@ services: memory: 128M cpus: '0.1' environment: - - SCHWAB_PLAYWRIGHT_URL=ws://schwab-browser:3000/playwright/chromium + - SCHWAB_PLAYWRIGHT_URL=ws://browser.local.ben.io:3000/playwright/chromium?timeout=300000 - PORT=8000 volumes: - ./cookies.json:/app/cookies.json