Skip to content

OpenClaw 2026.3.24 => Plugin @apify/apify-openclaw-plugin fails to load: stringEnum is not a function #10

@misterbreze

Description

@misterbreze

The plugin installs successfully and then fails at runtime.

Environment
• OpenClaw version: 2026.3.24
• Deployment: Docker
• OS: Ubuntu (VPS)
• Node runtime: (inside container, default OpenClaw image)

The plugin fails to load with:

apify failed to load from /home/node/.openclaw/extensions/apify/src/index.ts:
TypeError: (0 , _pluginSdk.stringEnum) is not a function

Also warning:

[OPENCLAW_PLUGIN_SDK_COMPAT_DEPRECATED] openclaw/plugin-sdk/compat is deprecated

Suspected cause

The plugin appears to use:

openclaw/plugin-sdk/compat

and calls stringEnum, which seems unavailable or removed in the current runtime.

Possible fix (hypothesis)

Plugin may need to migrate to:

openclaw/plugin-sdk/

instead of using the deprecated compat layer.

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