79596006

Date: 2025-04-28 08:07:49
Score: 1.5
Natty:
Report link

puppeteer is headless so it will rely on the chrome.exe path prod and local have different location for chrome.exe

when you run this one "which chrome" on the bash you will get the chrome exe path

inorder to make puppeteer work on prod you need to install the chromium exe on the prod you can either use docker to test if you sucessfully install chromium

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: John Detomal