HSX_E_DEPLOY_HUBSPOT_BUILD_COMPONENT
HubSpot build component failed.
What this error means
A component of the uploaded HubSpot build failed server-side; the build is not deployable.
When this error stops a command, hs-x exits with code 1. With --json, the failure is reported as a structured error whose code field is HSX_E_DEPLOY_HUBSPOT_BUILD_COMPONENT — stable to match on in scripts and agents.
Likely causes
- A referenced file missing from the bundle (e.g. card entrypoint)
- Component config rejected by HubSpot validation
How to fix it
- Read the per-component error in the deploy output
- Fix the source, re-run
hs-x deploy --hubspot-upload
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.