I am experiencing unexpected crashes when running Playwright in headfull mode using the Chromium browser within a Docker container on Render. The application deploys fine to Render, but when a request is made to an endpoint within the container that launches the Playwright browser instance in headfull mode, it crashes with the error message “Unexpected error occurred: Page crashed.”
I am unsure if this issue is related to resource limits, as I am unable to check metrics on a free plan, or if it is due to another underlying factor.
I would appreciate any insights or recommendations on how to diagnose and resolve this issue.