You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In my NuxtHub project, I need to use the Cloudflare Browser Rendering API (which is powered by Puppeteer) in one of my Nuxt server routes. I'm not sure where to add this required "browser binding" in my NuxtHub project: browser = { binding = "MYBROWSER" }.
Steps to reproduce
I'm following this guide on Cloudflare docs. Specifically, see step 4 about adding a "browser binding".
Expected behavior
When my Nuxt server route (api/browser/browse?url=example.com) is called, I want to use the Cloudflare Browser Rendering API to perform a few actions on the webpage and take screenshots.
The text was updated successfully, but these errors were encountered:
Describe the bug
In my NuxtHub project, I need to use the Cloudflare Browser Rendering API (which is powered by Puppeteer) in one of my Nuxt server routes. I'm not sure where to add this required "browser binding" in my NuxtHub project:
browser = { binding = "MYBROWSER" }
.Steps to reproduce
I'm following this guide on Cloudflare docs. Specifically, see step 4 about adding a "browser binding".
Expected behavior
When my Nuxt server route (
api/browser/browse?url=example.com
) is called, I want to use the Cloudflare Browser Rendering API to perform a few actions on the webpage and take screenshots.The text was updated successfully, but these errors were encountered: