Search K
Appearance
Appearance
The Browser Task and Document Composer features render web pages using a headless Chromium browser — for example to automate a web page or to lay out and produce a document. This check confirms that Chromium has been downloaded and is ready to use on the server.
Readiness check
On the engine home page, the Chromium (Browser Task / Document Composer) check confirms Chromium is present. It must show Passed before these features will run. See Server Readiness.
Chromium is downloaded automatically the first time a Browser Task or Document Composer workflow runs. Key points:
On a server with normal internet access, there is nothing to do: run a Browser Task or Document Composer workflow once and the download completes by itself.
On restricted or air-gapped servers the automatic download will not complete, and the check will report that Chromium has not been downloaded. Choose whichever of these fits your environment:
Temporarily permit outbound internet access, run one Browser Task or Document Composer workflow to trigger the one-time download, then re-secure the server. Because Chromium is cached, it keeps working after internet access is removed.
If the server uses a proxy or restricted firewall, allow the engine's outbound HTTPS download to complete (the browser is fetched from Google's public Chromium storage). Once the download succeeds, no further access is needed.
For a server that can never reach the internet, copy Chromium from a machine that already has it:

| Symptom | Cause & resolution |
|---|---|
| Check fails: Chromium has not been downloaded yet | The one-time download hasn't completed. Ensure outbound internet access and run a Browser Task / Document Composer workflow, or pre-seed Chromium (Option 3). |
| Download appears to start but never completes | A proxy or firewall is blocking the download, often silently. Allow the download through (Option 2), or pre-seed from another machine (Option 3). |
| Check passed before, but fails after an engine upgrade | The upgrade needs a newer Chromium build. Allow internet access for one run, or pre-seed the new version. |