Running hs project migrate --platform-version 2026.03 (CLI v8.5.0, Node v25.5.0, Windows) on a 2025.1 private app fails at the server-side initial-build stage with no actionable error.
Project details
- Project: HubSpot-OrgChart
- App ID: 38555060
- Portal/Hub ID: 2001761
- Currently deployed: build #7, platformVersion 2025.01
- Components: 1 CRM card (Sitecore AE Coverage), 1 app function (getFocusData), 1 PRIVATE_APP, 1 SERVERLESS_PACKAGE
Migration attempt
- Migration ID: 45071900
- Attempted: 2026-05-28 ~06:32 UTC
- Tried twice (once without flags, once with --debug) — both identical failures
Behaviour
- dfs/migrations/v2/list-apps returns isMigratable: true; all 4 components marked isSupported: true.
- POST dfs/migrations/v2/migrations succeeds; migration 45071900 created; componentsRequiringUids: {}.
- Status transitions: INPUT_REQUIRED → IN_PROGRESS → FAILURE.
- Final status response:
{
"id": 45071900,
"projectErrorDetail": "Your project source code was updated, but the initial build failed. Check the CLI logs or your project build logs, fix any issues and run the migration again.",
"componentErrors": [],
"componentErrorDetails": {},
"status": "FAILURE"
}
- No build registered in HubSpot’s project activity (verified via UI and hs project list-builds).
- Local source code unchanged (verified via git status). The CLI rolls back its local file mutations on build failure.
Ask
Could a HubSpot engineer pull the server-side logs for migration 45071900 and tell me what specifically failed at the initial-build stage? Empty componentErrors / componentErrorDetails doesn’t give me anything to fix on my end.
Happy to share full --debug output if useful. Deadline-bound — 2025.1 deprecates 2026-08-01, so a working migration path forward matters.
Thanks!