Hi, I recently bought an app in DigitalOcean, and I’m trying to deploy an app which has an API with Puppeteer, to scrape data from a site. The problem comes, when I try to access to the API (“api/hello.js”), and it returns me that there isn’t a browser; I tried with, puppetter, puppetter-core, and with chrome-aws-lambda. Thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
It sounds like your app might need some extra dependencies that might not be available out of the box. If this is the case, it would be best to deploy your app using a Dockerfile instead of using the native buildpacks.
You can follow the steps on how to do that here:
That way you can specify all of the extra dependencies that you want to be installed during the build process.
Is your app open-source? If so can you share the repository here so I can take a further look?
Best,
Bobby