> ## Documentation Index
> Fetch the complete documentation index at: https://control.datarelay.run/llms.txt
> Use this file to discover all available pages before exploring further.

# 문제 해결

> startup, 수집, 전달 문제를 evidence 중심으로 확인.

# 문제 해결

기본 확인:

```bash theme={null}
docker compose -f deploy/docker-compose.https.yml ps
curl -k https://localhost:18443/health
```

로그인 문제라면 production에서 `REQUIRE_AUTH=true`, `AUTH_DEV_HEADER_TRUST=false`, 강한 secret 설정을 확인합니다.

데이터가 들어오지 않으면 Connector/Credential → Source → extraction/sample → Stream 상태 → checkpoint 순서로 봅니다.

데이터가 나가지 않으면 Destination → Route enable → Route Processing 결과 → retry/failure policy → delivery log 순서로 확인합니다.

Webhook endpoint:

```text theme={null}
POST /api/v1/ingest/webhook/{receiver_key}
```

동일 Stream run이 이미 실행 중이면 409 `RUN_ALREADY_ACTIVE`가 발생할 수 있습니다.
