Skip to content

[Bug] Cron fails to start: TypeError Cannot read properties of undefined (reading 'kind') #43351

@linsipeng

Description

@linsipeng

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

  1. Open Gateway Dashboard (http://127.0.0.1:18789/)
  2. Go to Cron section
  3. Try to create a new cron job
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions