debug: log api_get response for bootstrap troubleshooting
All checks were successful
CI / build (push) Successful in 48s
CI / docker (push) Successful in 7s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 23:56:08 +02:00
parent 251d8eb8e1
commit a3af667f76

View File

@@ -143,6 +143,7 @@ api_patch() {
# ============================================================
EXISTING_APPS=$(api_get "/api/applications")
log "DEBUG api_get /api/applications: $(echo "$EXISTING_APPS" | head -c 300)"
# --- SPA app (for SaaS frontend) ---
SPA_ID=$(echo "$EXISTING_APPS" | jq -r ".[] | select(.name == \"$SPA_APP_NAME\" and .type == \"SPA\") | .id")