Skip to content

Commit 15c050a

Browse files
authored
Update faq.mdx
add new FAQ on 422s
1 parent 36ad211 commit 15c050a

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,14 @@ It may be because you increased the height and width of the viewport. To fix thi
8888
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.
8989

9090
To resolve: [Upgrade to a Workers Paid plan](/workers/platform/pricing/) which allows for more than 10 minutes of usage a day and has higher [limits](/browser-rendering/platform/limits/#workers-paid). If you recently upgraded but still see this error, try redeploying your Worker to ensure your usage is correctly associated with your new plan.
91+
92+
### Why am I getting a `422 Unprocessable Entity` error?
93+
94+
A `422 Unprocessable Entity` error usually means that Browser Rendering wasn’t able to complete an action because of an issue with the site, not your request.
95+
96+
This can happen if:
97+
- The website consumes too much memory during rendering.
98+
- The page itself crashed or returned an error before the action completed.
99+
- The request exceeded one of the [timeout limits](/browser-rendering/reference/timeouts/) for page load, element load, or an action.
100+
101+
Most often, this error is caused by a timeout. You can review the different timers and their limits in the [REST API timeouts reference](/browser-rendering/reference/timeouts/)).

0 commit comments

Comments
 (0)