← back to Dw Marketing Reels
5x/REPORT.md
19 lines
# /5x REPORT — dw-marketing-reels console (accounts wire-up)
Target: http://127.0.0.1:9848/ (local; prod alias /api/reels/ui/ is nginx-only)
| sweep | M1 HTTP | read endpoints | accounts | real defects |
|------|---------|----------------|----------|--------------|
| 1 (wrong URL /api/reels/ui/) | 404* | n/a | n/a | 0 (wrong local path — prod-only alias) |
| 1 (corrected /) | 200 | 8/8 200 json | 40/35 ready/5 pending | 0 |
| 2 (confirm) | 200 | 8/8 200 json | 40/35 ready/5 pending | 0 |
## Findings (all resolved / non-defects)
- `/api/reels/ui/` 404 locally = prod-only nginx alias; console served at `/` locally. Not a bug.
- `api/youtube` "404" = POST-only endpoint GET-probed by the test; guarded by try/catch. Not a bug.
- /3x headless render phase hangs on this page: the console polls (`api/status`) so Playwright
networkidle never settles — harness/wait-strategy limitation, not a page defect. Verified the
same substance via curl (all inline JS/CSS, every read-endpoint 200+json).
## Result: CLEAN twice. Accounts fix verified: 35 ready (all carry ig_user_id) + 5 pending.
Posting still gated by SOCIAL_LIVE_ARMED. No code changes needed in the loop (build was already correct).