Skip to content

[Bug]: nextcloud-talk plugin fails to load: Cannot find module '../../../src/infra/abort-signal.js' #37915

@Flexucation-Flemming

Description

@Flexucation-Flemming

Bug type

Crash (process/app exits or hangs)

Summary

Version: OpenClaw 2026.3.2
OS: Ubuntu 24.04 (LXC container)
Node.js: v22.22.1

When installing the nextcloud-talk plugin, it fails to load with:

Error: Cannot find module '../../../src/infra/abort-signal.js'
Require stack:

  • /root/.nvm/versions/node/v22.22.1/lib/node_modules/openclaw/extensions/nextcloud-talk/src/channel.ts

The file abort-signal.js does not exist in the dist folder, only a .d.ts type definition file exists at:
dist/plugin-sdk/infra/abort-signal.d.ts

The function waitForAbortSignal is bundled into other dist files but not exported as a standalone module.

Steps to reproduce

run "curl -fsSL https://openclaw.ai/install.sh | bash" and continue to onboarding and selecting channels

or start it manually with openclaw onboard and continue to select channel

select Nextcloud Talk and choose to install it right away

Expected behavior

It should be possible to install the nextcloud talk channel during setup

Actual behavior

It fails with Error: Cannot find module '../../../src/infra/abort-signal.js'
Require stack:

  • /root/.nvm/versions/node/v22.22.1/lib/node_modules/openclaw/extensions/nextcloud-talk/src/channel.ts

Have to select no channel to be able to continue.
But trying to ionstall and it manualy later does also fail with the same abort-signal.js error

OpenClaw version

2026.3.2

Operating system

Ubuntu 24.04

Install method

in proxmox 9.1.6 LXC - installation script

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbug:crashProcess/app exits unexpectedly or hangs

    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