For Workers & Pages, what is the name of the domain?
web-data-cf-stage.lytcode.workers.dev
What is the error number?
What is the error message?
Error: Unable to create new browser: code: 503: message: Service Temporarily Unavailable
What is the issue or error you’re encountering
The Browser Rendering service is unavailable when running a worker on Cloudflare and running a worker in wrangler with remote enabled (ie, $ npm run dev – --remote )
What steps have you taken to resolve the issue?
None. Not sure where to begin.
What are the steps to reproduce the issue?
Create a worker scheduled handler that creates a new browser using await puppeteer.launch(). Run $ npm run dev – --remote from a local command line or trigger the scheduled handler using a cron event on Cloudflare to invoke the worker’s code.