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/
1 Reply
Using regular puppeteer locally works perfectly (see white screenshot ). It's only
@cloudflare/pupeteer
where this issue occurs and the nav is not visible as expected.