-
-
Notifications
You must be signed in to change notification settings - Fork 69.6k
[Bug]: nextcloud-talk plugin fails to load: Cannot find module '../../../src/infra/abort-signal.js' #37915
Description
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