debug: log api_get response for bootstrap troubleshooting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -143,6 +143,7 @@ api_patch() {
|
|||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
||||||
EXISTING_APPS=$(api_get "/api/applications")
|
EXISTING_APPS=$(api_get "/api/applications")
|
||||||
|
log "DEBUG api_get /api/applications: $(echo "$EXISTING_APPS" | head -c 300)"
|
||||||
|
|
||||||
# --- SPA app (for SaaS frontend) ---
|
# --- SPA app (for SaaS frontend) ---
|
||||||
SPA_ID=$(echo "$EXISTING_APPS" | jq -r ".[] | select(.name == \"$SPA_APP_NAME\" and .type == \"SPA\") | .id")
|
SPA_ID=$(echo "$EXISTING_APPS" | jq -r ".[] | select(.name == \"$SPA_APP_NAME\" and .type == \"SPA\") | .id")
|
||||||
|
|||||||
Reference in New Issue
Block a user