I’m really happy to see Cloudflare add
I’m really happy to see Cloudflare add support for Playwright with Browser Rendering.
I’m attempting to use it on a project, but I’m running in to errors when attempting to deploy.
As soon as I include the “@Cloudflare/playwright” package in my build, deploys fail.
My guess is that there could be something in that package that isn’t supported in the Workers run time?
2 Replies
I'm using the
nodejs_compat
compatibility flag and 2025-03-05
for the compatibility date.
I also have this for the browser binding.
Hi @darren which version are you using? Can you provide a minimal code example that reproduces the error?