The error shows two issues:
- Node.js v24.12.0 — Clawdbot needs Node 22, not 24. Node 24 is too new and breaks AbortController.
- Broken pnpm installation — the
entry.jsmodule can't be found, meaning the global install is corrupted.
Here's how to fully restart:
1. Stop the service:
systemctl --user stop clawdbot-gateway
# or if that fails:
pkill -f clawdbot
2. Fix Node.js version (critical!):