Skip to content

Issue with deploying new Docker Stack #391

@soepketel-dev

Description

@soepketel-dev

When I try to deploy a new Docker Stack, all containers from the packages are in a loop and crash. Below are some examples.

Is this a problem with the packages/repo or is this just me doing something wrong?

legacy-feed-bulk-converter-service

node:internal/modules/cjs/loader:1228
  throw err;
  ^
Error: Cannot find module '/usr/src/app/dist/scripts/legacy-feed-bulk-converter.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at Function._load (node:internal/modules/cjs/loader:1055:27)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

monolith

Node.js v22.14.0
node:internal/modules/cjs/loader:1228
  throw err;
  ^
Error: Cannot find module '/usr/src/app/dist/main.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at Function._load (node:internal/modules/cjs/loader:1055:27)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

schedule-emitter-service

Node.js v22.14.0
node:internal/modules/cjs/loader:1228
  throw err;
  ^
Error: Cannot find module '/usr/src/app/dist/scripts/schedule-emitter.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at Function._load (node:internal/modules/cjs/loader:1055:27)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions