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!
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:
https://docs.digitalocean.com/products/app-platform/reference/dockerfile/
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.