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
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/faq.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Below you will find answers to our most commonly asked questions. If you cannot
14
14
15
15
### I see `Cannot read properties of undefined (reading 'fetch')` when using Browser Rendering. How do I fix this?
16
16
17
-
This error occurs because your Puppeteer launch is not receiving the Browser binding or you are not on a Workers Paid plan. To resolve:
17
+
This error occurs because your Puppeteer launch is not receiving the Browser binding or you are not on a Workers Paid plan.
18
18
19
-
1.Pass your Browser binding into `puppeteer.launch`, for example:
19
+
To resolve: Pass your Browser binding into `puppeteer.launch`.
20
20
21
21
### Will Browser Rendering bypass Cloudflare's Bot Protection?
22
22
@@ -67,6 +67,6 @@ No. Browser Rendering requests originate from Cloudflares global network, but yo
67
67
68
68
### I see `Error processing the request: Unable to create new browser: code: 429: message: Browser time limit exceeded for today`. How do I fix it?
69
69
70
-
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are capped at 2 new browser instances per minute and 2 concurrent browsers;](/browser-rendering/platform/limits/#workers-free) once you exceed those, further creation attempts return a 429 until the next UTC day.
70
+
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are capped at free plan limit is 10 minutes of browser use a day](/browser-rendering/platform/limits/#workers-free) once you exceed those, further creation attempts return a 429 until the next UTC day.
71
71
72
-
To resolve:[Upgrade to a Workers Paid plan](/workers/platform/pricing/) - Paid accounts raise these limits to [10 concurrent browsers and 10 new instances per minute](https://developers.cloudflare.com/browser-rendering/platform/limits/#workers-paid).
72
+
To resolve:[Upgrade to a Workers Paid plan](/workers/platform/pricing/) - Paid accounts raise these limits to [10 concurrent browsers and 10 new instances per minute](/browser-rendering/platform/limits/#workers-paid).
0 commit comments