Cryosparc container fails to start - nodejs problem

Hi All,

I am trying to use the latest version of the cryosparc-desktop docker image (with Apptainer). And the problem is that app_api fails to start. It shoes the errors below. I tried another docker image and got similar (although somewhat different) errors.

Can you tell me if this is a known issue with the container images? Or is it that something is missing in my system (nodejs something)

Many thanks,

Oren


/app/cryosparc_master/cryosparc_app/bundle/programs/server/node_modules/fibers/future.js:280
						throw(ex);
						^

Error: Cannot find module './_lib/formatDistance/index.js'
Require stack:
- /app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/locale/en-US/index.js
- /app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/_lib/defaultLocale/index.js
- /app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/formatDistance/index.js
- /app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/formatDistanceToNow/index.js
- /app/cryosparc_master/cryosparc_app/bundle/programs/server/npm-require.js
- /app/cryosparc_master/cryosparc_app/bundle/programs/server/boot.js
- /app/cryosparc_master/cryosparc_app/bundle/main.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:931:15)
    at Function.Module._load (internal/modules/cjs/loader.js:774:27)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/locale/en-US/index.js:8:37)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Module.Mp._compile (/app/cryosparc_master/cryosparc_app/bundle/programs/server/runtime.js:77:23)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Module.Mp.load (/app/cryosparc_master/cryosparc_app/bundle/programs/server/runtime.js:37:33)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/_lib/defaultLocale/index.js:8:37)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Module.Mp._compile (/app/cryosparc_master/cryosparc_app/bundle/programs/server/runtime.js:77:23) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/locale/en-US/index.js',
    '/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/_lib/defaultLocale/index.js',
    '/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/formatDistance/index.js',
    '/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm/node_modules/date-fns/formatDistanceToNow/index.js',
    '/app/cryosparc_master/cryosparc_app/bundle/programs/server/npm-require.js',
    '/app/cryosparc_master/cryosparc_app/bundle/programs/server/boot.js',
    '/app/cryosparc_master/cryosparc_app/bundle/main.js'
  ]
}
supervisor: couldn't exec /app/cryosparc_master/cryosparc_app/nodejs/bin/node: ENOTCONN
supervisor: child process was not spawned
supervisor: couldn't exec /app/cryosparc_master/cryosparc_app/nodejs/bin/node: ENOTCONN
supervisor: child process was not spawned
supervisor: couldn't exec /app/cryosparc_master/cryosparc_app/nodejs/bin/node: ENOTCONN
supervisor: child process was not spawned
supervisor: couldn't exec /app/cryosparc_master/cryosparc_app/nodejs/bin/node: ENOTCONN
supervisor: child process was not spawned

Hi Oren,
Does your own post

resolve this topic?

Hi,

Yes it does,

Thanks,

Oren