Not quite sure what is going on, but I have reviewed all the posts here, especially this one (which my setup directly mirrors): Puppeteer failed to launch browser process and not sure why I am running into issues getting Puppeteer to run properly on Render.
I would have just continued on that previous thread, but it was closed.
Looks like you are getting an EACCES error when trying to launch Chrome. This is different to the issue you linked. From what I can see, it looks like you are doing the right things, so I don’t understand why you are getting permission errors on Chrome.
Can you try setting DEBUG=puppeteer:browsers:launcher when you run your code. This will give you additional debug logs when Puppeteer is launching Chrome.
Any chance you have seen this before? I was just searching the Puppeteer issues and haven’t come across anything referencing undefined, but other errors after getting a valid—numeric—launcher.
Thank you so much, Keith. I think I must have got some wires crossed the last time I was trying to get this up and running, and didn’t realize it when I recently came back to it.
Everything appears to be working properly now. Thanks!