I am considering deploying an app that scrapes a certain page.
I am trying to download Chromium to the /tmp folder using puppeteer-core.
However, when I attempt to download the zip file, the process stops without any errors.
I would like to ask about this issue.
Code, configuration, and steps that reproduce this issue
Vercel uses a serverless architecture, which has certain limitations . The /tmp directory in serverless environments is typically limited in size and not persistent between function invocations.
Installing Chromium or Puppeteer in a serverless environment is generally not recommended or supported. The installation process requires more resources and time than typically available in a serverless function execution.
You may not use the Services or Vercel’s infrastructure for proxying, scraping, to create virtual private networks, or to create virtual private servers.