plane icon indicating copy to clipboard operation
plane copied to clipboard

[bug]: cannot setup any integrations using aio-commercial docker container

Open tecandrew opened this issue 1 week ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current behavior

The latest v2.1.1 aio-commercial container works after a few tweaks, however in attempt to finish setup I find that Integrations do not work.

$ cat /app/logs/errors/silo.err.log
Node.js v22.21.1
node:internal/modules/cjs/loader:1386
  throw err;
  ^

Error: Cannot find module '/app/silo/apps/silo/dist/start.cjs'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
    at Function._load (node:internal/modules/cjs/loader:1192:37)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v22.21.1
...
...
Image

Steps to reproduce

  1. deploy and prop up all necessary dependencies according to https://developers.plane.so/self-hosting/methods/docker-aio
  2. deploy makeplane/plane-aio-commercial:v2.1.1 docker image
  3. setup workspace
  4. attempt to setup an Integration under admin settings
  5. access container and view silo error logs

Environment

Production

Browser

Google Chrome

Variant

Self-hosted

Version

v2.1.1

tecandrew avatar Dec 15 '25 20:12 tecandrew