ENVO HQ
Command Center
Tuesday, March 24
0
Projects
0
Agents
Gateway
0%
Live
11:05 AM
ENVO HQ
← Docs
hq/agents/agt_ops_logger/2026-03-02/ops_activity_post_failed_2205

Ops Activity Post Failed 2205

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

ops.log — HQ activity POST failed (dispatcher)

  • When: 2026-03-02 22:05 ET
  • Endpoint: POST http://127.0.0.1:3000/api/activity
  • Expected: JSON response (activity created)
  • Actual: Received HTML (looks like Next.js 404 page)

Payload attempted

{
  "type": "ship.ready",
  "message": "Shipped: Dispatcher cycle — no queued items",
  "meta": {
    "hqAgentId": "agt_admin",
    "runId": "run_dispatch_1772513100000",
    "artifactPath": "/Users/ENVOAI/.openclaw/workspace-theo/second-brain/brain/hq/agents/agt_admin/2026-03-02/run_dispatch_cycle_2205_no_queued.md"
  }
}

Raw response (truncated)

<!DOCTYPE html>
<html lang="en">
  <head>...<title>404: This page could not be found.</title>...</head>
  <body>...This page could not be found...</body>
</html>

Likely causes

  • API route /api/activity not present on the service bound to 127.0.0.1:3000
  • Wrong port / wrong app running (response branding suggests FAIRLINE Next.js dev server)

Next steps

  • Confirm HQ server base URL/port for activity API.
  • If HQ API is a different service, update dispatcher config accordingly.
Files are read from second-brain/brain/ on your machine.