Skip to content

Commit f0a7a12

Browse files
authored
Update faq.mdx
add local dev limitations in FAQ
1 parent 7ff6dc6 commit f0a7a12

File tree

1 file changed

+8
-0
lines changed
  • src/content/docs/browser-rendering

1 file changed

+8
-0
lines changed

src/content/docs/browser-rendering/faq.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ No. Browser Rendering requests originate from Cloudflares global network, but yo
7070
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.
7171

7272
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).
73+
74+
### Does local development support all Browser Rendering features?
75+
76+
Not yet. Local development currently has the following limitations:
77+
- Requests larger than 1 MB are not supported.
78+
- Playwright is not supported in local development environments.
79+
80+
For full feature access, use `npx wrangler dev --remote`.

0 commit comments

Comments
 (0)