I'm using Puppeteer (version 24.6.0) to automate a video file upload (650MB) on a webpage. The upload works fine, but during the processing of the file, the Puppeteer-controlled browser crashes or unexpectedly closes. This issue does not occur in a regular Chrome browser
Error: Page crashed!
What I've Tried:
Increased memory allocation for Chromium (--max-old-space-size=4096).
Ran in headed mode to observe errors, but none appeared before the crash.
Environment: Puppeteer Version: 24.6.0
Video File Size: 650MB
Operating System: Macos