Gateway doesn't start in daemon mode - only in foreground
I can run
clawdbot gatewayclawdbot gateway and itll start up in the foreground just fine, but starting clawdbot daemon startclawdbot daemon start doesn't seem to start the daemon. Hereis the last few lines in the logs{"0":"- commands.native: Invalid input: expected boolean, received string","_meta":{"runtime":"node","runtimeVersion":"25.2.1","hostname":"unknown","name":"clawdbot","date":"2026-01-18T01:22:50.030Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/tresky/clawdbot/dist/logging.js:240:24","fileName":"logging.js","fileNameWithLine":"logging.js:240","fileColumn":"24","fileLine":"240","filePath":"clawdbot/dist/logging.js","filePathWithLine":"clawdbot/dist/logging.js:240","method":"console.error"}},"time":"2026-01-18T01:22:50.030Z"}
{"0":"Invalid config:","_meta":{"runtime":"node","runtimeVersion":"25.2.1","hostname":"unknown","name":"clawdbot","date":"2026-01-18T01:22:50.032Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/tresky/clawdbot/dist/logging.js:240:24","fileName":"logging.js","fileNameWithLine":"logging.js:240","fileColumn":"24","fileLine":"240","filePath":"clawdbot/dist/logging.js","filePathWithLine":"clawdbot/dist/logging.js:240","method":"console.error"}},"time":"2026-01-18T01:22:50.032Z"}
{"0":"- commands.native: Invalid input: expected boolean, received string","_meta":{"runtime":"node","runtimeVersion":"25.2.1","hostname":"unknown","name":"clawdbot","date":"2026-01-18T01:22:50.032Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/tresky/clawdbot/dist/logging.js:240:24","fileName":"logging.js","fileNameWithLine":"logging.js:240","fileColumn":"24","fileLine":"240","filePath":"clawdbot/dist/logging.js","filePathWithLine":"clawdbot/dist/logging.js:240","method":"console.error"}},"time":"2026-01-18T01:22:50.032Z"}{"0":"- commands.native: Invalid input: expected boolean, received string","_meta":{"runtime":"node","runtimeVersion":"25.2.1","hostname":"unknown","name":"clawdbot","date":"2026-01-18T01:22:50.030Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/tresky/clawdbot/dist/logging.js:240:24","fileName":"logging.js","fileNameWithLine":"logging.js:240","fileColumn":"24","fileLine":"240","filePath":"clawdbot/dist/logging.js","filePathWithLine":"clawdbot/dist/logging.js:240","method":"console.error"}},"time":"2026-01-18T01:22:50.030Z"}
{"0":"Invalid config:","_meta":{"runtime":"node","runtimeVersion":"25.2.1","hostname":"unknown","name":"clawdbot","date":"2026-01-18T01:22:50.032Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/tresky/clawdbot/dist/logging.js:240:24","fileName":"logging.js","fileNameWithLine":"logging.js:240","fileColumn":"24","fileLine":"240","filePath":"clawdbot/dist/logging.js","filePathWithLine":"clawdbot/dist/logging.js:240","method":"console.error"}},"time":"2026-01-18T01:22:50.032Z"}
{"0":"- commands.native: Invalid input: expected boolean, received string","_meta":{"runtime":"node","runtimeVersion":"25.2.1","hostname":"unknown","name":"clawdbot","date":"2026-01-18T01:22:50.032Z","logLevelId":5,"logLevelName":"ERROR","path":{"fullFilePath":"file:///home/tresky/clawdbot/dist/logging.js:240:24","fileName":"logging.js","fileNameWithLine":"logging.js:240","fileColumn":"24","fileLine":"240","filePath":"clawdbot/dist/logging.js","filePathWithLine":"clawdbot/dist/logging.js:240","method":"console.error"}},"time":"2026-01-18T01:22:50.032Z"}Solution
It was that. Apparently forgot to
pnpm buildpnpm build after updating. Thanks!