Skip to content

Commit 3f67a3d

Browse files
irvinebroquepatriciasantaana
authored andcommitted
Add Troubleshooting section to assets docs (#17131)
1 parent f90efa0 commit 3f67a3d

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+4
-0
lines changed

src/content/docs/workers/static-assets/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Requests to a project with static assets can either return static assets or invo
6565

6666
**Requests to static assets are free and unlimited**. Requests to the Worker script (e.g. in the case of SSR content) are billed according to Workers pricing. Refer to [pricing](/workers/platform/pricing/#example-2) for an example.
6767

68+
### Troubleshooting
69+
70+
- `assets.bucket is a required field` — if you see this error, you need to update Wrangler to at least `3.78.10` or later. `bucket` is not a required field.
71+
6872
### Limitations
6973

7074
The following limitations apply for Workers with static assets:

0 commit comments

Comments
 (0)