Browser Rendering 503 after onboarding tutorial
I just did the Deploy a Browser Rendering Worker guide (https://developers.cloudflare.com/browser-rendering/get-started/screenshots/), but I'm getting a 503 Service Temporarily Unavaiable error when I try to use it?
Does anyone know why or how I can fix it??
Also of note, the
npx wrangler dev --remote
command doesn't appear to work when your main file is index.ts or worker.ts, it only works with the .js extensionCloudflare Docs
Deploy a Browser Rendering Worker · Browser Rendering docs
By following this guide, you will create a Worker that uses the Browser Rendering API to take screenshots from web pages. This is a common use case for browser automation.
3 Replies
I'm also seeing a similar message in one of my workers - "Unable to create new browser: code: 503: message: Service Temporarily Unavailable".
yeah, i'm seeing the same error
okay - comforting to see it's happening to others. Maybe this is a problem on Cloudflare's end