Problems with Gateway starting

I'm having issues with my gateway starting. Already tried to reinstall, but it's giving this error in the 127.0.0.1 website:

{
"status": "error",
"tool": "bash",
"error": "Service: LaunchAgent (loaded)\nFile logs: /tmp/clawdbot/clawdbot-2026-01-19.log\nCommand: /opt/homebrew/bin/node /Users/sergio/.nvm/versions/node/v22.13.1/lib/node_modules/clawdbot/dist/entry.js gateway --port 18789\nService file: /Users/sergio/Library/LaunchAgents/com.clawdbot.gateway.plist\nDaemon env: CLAWDBOT_GATEWAY_PORT=18789\n\nConfig (cli): /Users/sergio/.clawdbot/clawdbot.json\nConfig (daemon): /Users/sergio/.clawdbot/clawdbot.json\n\nGateway: bind=loopback (127.0.0.1), port=18789 (service args)\nProbe target: ws://127.0.0.1:18789\nDashboard: http://127.0.0.1:18789/\nProbe note: Loopback-only gateway; only local clients can connect.\n\nRuntime: running (pid 6710, state active)\nRPC probe: ok\n\nGateway port 18789 is not listening (service appears running).\nLast gateway error: ❌ Last gateway error: Gateway start blocked\nDaemon status failed: Error: Missing HOME\n\nCommand exited with code 1"
}

any ideas on what to do?
Was this page helpful?