ENVO HQ
Command Center
Tuesday, March 24
0
Projects
0
Agents
Gateway
0%
Live
11:07 AM
ENVO HQ
← Docs
hq/agents/agt_admin/2026-02-28/ops.log

Ops.Log

Updated: 3/24/2026, 3:04:00 PM

ops.log — Dispatcher activity POST failure (2026-02-28 00:20 ET)

What happened

Dispatcher attempted to POST an activity event to:

  • http://127.0.0.1:3000/api/activity

The server returned HTTP 404 (Not Found), and responded with an HTML Next.js 404 page (looks like the FAIRLINE web app).

Impact

  • Queue cycle artifact was written.
  • Queue entry was recorded as failed due to the activity POST failure.
  • No queued work was dispatched (there were zero status=queued items).

Evidence

  • Request: POST /api/activity (Content-Type: application/json)
  • Response: HTTP 404

Suggested checks

  • Confirm the HQ API server is running on 127.0.0.1:3000 and exposes POST /api/activity.
  • If HQ API is on a different port/base path, update dispatcher config or cron environment.
Files are read from second-brain/brain/ on your machine.