Skip to content

Commit 33b9445

Browse files
clucraftclaude
andcommitted
Fix Puppeteer crash handler error in Docker
Add --disable-crash-reporter flag to Puppeteer launch args to fix "chrome_crashpad_handler: --database is required" error that occurs when running in Docker containers with system Chromium. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2549118 commit 33b9445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/services/scraper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ async function scrapeWithBrowser(url: string): Promise<string> {
256256
'--disable-dev-shm-usage',
257257
'--disable-blink-features=AutomationControlled',
258258
'--disable-infobars',
259+
'--disable-crash-reporter',
259260
'--window-size=1920,1080',
260261
'--start-maximized',
261262
],

0 commit comments

Comments
 (0)