Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Hello everyone! We've got a pipeline

Hello everyone! We've got a pipeline working where screenshots are taken of specific routes in our app that we want to use for generating thumbnail previews of pages — however when the pages contain CSS filters on images (right side of the browser window) the filters are not applied. Additionally, when we use backdrop filter blur on a content area (left side of the browser window) the backdrop blur is rendered but the content of the div is not. The attached screenshot is a preview of the Cloudflare Browser Rendering API result positioned over top of the actual page that was being screenshot in the browser. Is there anything we can do from our side to better troubleshoot this? We've done everything we can as far as vendor prefixing to make the effects as backwards compatible as possible. Are we hitting limits of the Browser Rendering API or are there ways to work around the issue?...
No description

"The "Download PDF" button triggers a

"The "Download PDF" button triggers a direct download. Unfortunately, Puppeteer running in a Cloudflare Worker environment does not have direct support for file downloads." Is this true? Or is the AI hallucinating. I'm trying to download a pdf that does not come as a network payload, but is generated client side with js...

Cloudflare's Pupeteer Browser Rendering

Cloudflare's Pupeteer Browser Rendering worker example does not show sticky navs for some reason--both for my website and others I've tried like Shadcn's site. Any ideas how to make the sticky nav visible in the screenshot, like it is when visiting the website in a regular brower? I've tried every setting I can think of, delays, etc. My code is based on the basic example: https://developers.cloudflare.com/browser-rendering/get-started/screenshots/...
No description

PDF Generation (readable is not async iterable)

Any solutions found? It seems like what is returned in the PDF is not an Buffer, debugging this now more. Edit: Okay so .pdf() doesn't work but this does: ``` const qoutePdf = await page.createPDFStream({ printBackground: true,...

please send your account ID in that

please send your account ID in that channel if you want to get access faster

Remote Browser Isolation

Hey folks, I heard this is built on top of remote browser isolation. Will it be possible to combine the two? Like setup a browser session, send some puppeteer commands and after that present the new session to a user (who might not be on my team)