I am attempting to use a proxy within my Node.js / Puppeteer application and receiving errors.
If I remove the proxy code, the application runs as intended.
const browser = await puppeteer.launch({args: ['--proxy-server=socks5://127.0.0.1:9050'], headless: false});
I expect the application to run as usual, but with a different IP.
Error received: ERR_PROXY_CONNECTION_FAILED