Bug Description
Cron functionality fails to start in OpenClaw Gateway (both Dashboard and CLI).
Environment
- OpenClaw version: 2026.3.8
- OS: Linux (Ubuntu)
- Node: v22.22.0
Steps to Reproduce
- Open Gateway Dashboard (http://127.0.0.1:18789/)
- Go to Cron section
- Try to create a new cron job
- Or run
openclaw cron list via CLI
Expected Behavior
Cron jobs should be created/listed successfully
Actual Behavior
- Dashboard console shows:
TypeError: Cannot read properties of undefined (reading 'kind')
- CLI returns:
TypeError: Cannot read properties of undefined (reading 'kind')
- Gateway logs show:
[cron] failed to start: TypeError: Cannot read properties of undefined (reading 'kind')
Error Details
app-render.ts:199 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'kind')
at app-render.ts:199:29
at Array.map (<anonymous>)
at zx (app-render.ts:198:12)
at x.render (app.ts:622:12)
Workaround
None yet - cron functionality is completely broken.
Bug Description
Cron functionality fails to start in OpenClaw Gateway (both Dashboard and CLI).
Environment
Steps to Reproduce
openclaw cron listvia CLIExpected Behavior
Cron jobs should be created/listed successfully
Actual Behavior
TypeError: Cannot read properties of undefined (reading 'kind')TypeError: Cannot read properties of undefined (reading 'kind')[cron] failed to start: TypeError: Cannot read properties of undefined (reading 'kind')Error Details
Workaround
None yet - cron functionality is completely broken.