PB_ASSET_TIMEOUT
An image or external asset failed to load within the 10-second timeout.
| Severity | warning |
| Category | asset |
| Agent-repairable | Yes |
What happened
An image or external asset failed to load within the 10-second timeout. The PDF was rendered, but the asset is missing or replaced with a placeholder.
How to fix
Check the failing URL (returned in warning.location.url). If the asset is a signed
URL that expired, regenerate it before calling Paperbase. If the asset is a third-party
URL with intermittent availability, consider base64-inlining it via options.inline_assets: true.
Notes
- The timeout is 10 seconds per asset.
options.inline_assets: truefetches and inlines all<img src>values before rendering, avoiding timeout errors at render time. Use this for assets hosted behind authentication or signed URLs.