Skip to main content
Version: 8.x

Troubleshooting

If you encounter an issue not covered here, please:

  1. Check if it's already been reported on the GitHub issues or GitHub discussions.
  2. Open a new issue or start a discussion if needed.

Chromium

Large PDF File Size

Trouble Starting

Printing Failed (-32000)

  • This error may occur when converting large documents. Increasing memory might help, but note that it's a known Chromium bug (Issue #788).
  • Also, large headers or footers can cause this error.

Blank PDFs

Screenshots Repeated and Clipped

  • Set the skipNetworkIdleEvent field to false to resolve this issue (Issue #1065).

Timeouts (503 Service Unavailable)

  • Check if your Gotenberg instance is overloaded; add more instances if needed.
  • Ensure the target page’s resources are accessible.
  • Increase the API timeout (API module configuration).
  • Optionally, define a maximum queue size for faster request aborts (Chromium module configuration).

LibreOffice

PDF/A-1a

  • Starting with version 7.6, LibreOffice no longer supports PDF/A-1a. It previously generated PDF/A-1b files, though some validators misidentified them (LibreOffice commit).

Internal Server Error (500)

  • Try increasing Gotenberg’s memory and CPU resources (Issue #465).

Trouble Starting

Timeouts (503 Service Unavailable)