evolution-manager icon indicating copy to clipboard operation
evolution-manager copied to clipboard

When I try and run on coolify it says it's missing a module

Open Nafalan opened this issue 8 months ago • 2 comments

I've been bashing my head against the wall trying to get this to work

The problem

when I use that compose file or remove the labels for traefik and network are as follows and gives me this error:

2025-05-10T18:40:04.354449309Z node:internal/modules/cjs/loader:1147 2025-05-10T18:40:04.354495655Z throw err; 2025-05-10T18:40:04.354502708Z ^ 2025-05-10T18:40:04.354508489Z 2025-05-10T18:40:04.354514170Z Error: Cannot find module 'fs-extra' 2025-05-10T18:40:04.354517656Z Require stack: 2025-05-10T18:40:04.354521103Z - /root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/api/setup.js 2025-05-10T18:40:04.354524559Z - /root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/api/index.js 2025-05-10T18:40:04.354539427Z - /root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/cli.js 2025-05-10T18:40:04.354541831Z - /root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/bin/evolution-manager 2025-05-10T18:40:04.354543936Z at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) 2025-05-10T18:40:04.354546089Z at Module._load (node:internal/modules/cjs/loader:985:27) 2025-05-10T18:40:04.354548154Z at Module.require (node:internal/modules/cjs/loader:1235:19) 2025-05-10T18:40:04.354550197Z at require (node:internal/modules/helpers:176:18) 2025-05-10T18:40:04.354552281Z at Object. (/root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/api/setup.js:2:12) 2025-05-10T18:40:04.354554957Z at Module._compile (node:internal/modules/cjs/loader:1376:14) 2025-05-10T18:40:04.354557120Z at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) 2025-05-10T18:40:04.354559223Z at Module.load (node:internal/modules/cjs/loader:1207:32) 2025-05-10T18:40:04.354561297Z at Module._load (node:internal/modules/cjs/loader:1023:12) 2025-05-10T18:40:04.354563371Z at Module.require (node:internal/modules/cjs/loader:1235:19) { 2025-05-10T18:40:04.354565435Z code: 'MODULE_NOT_FOUND', 2025-05-10T18:40:04.354567929Z requireStack: [ 2025-05-10T18:40:04.354571587Z '/root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/api/setup.js', 2025-05-10T18:40:04.354575514Z '/root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/api/index.js', 2025-05-10T18:40:04.354579161Z '/root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/lib/cli.js', 2025-05-10T18:40:04.354582637Z '/root/.npm/_npx/8e021a50280e8db0/node_modules/evolution-manager/bin/evolution-manager' 2025-05-10T18:40:04.354586384Z ] 2025-05-10T18:40:04.354589781Z } 2025-05-10T18:40:04.354593237Z

what i've tried Built m own image using a dockerfile and tried to get the custom image loaded and used in my compose in coolify but I get this error instead when I try and deploy

Saved configuration files to /data/coolify/services/b4koco0ccgo8o40og4okcoww. Pulling images. evolution-manager Pulling evolution-manager Error pull access denied for evolutionmanagernafa, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Error response from daemon: pull access denied for evolutionmanagernafa, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I have verified the image is on my host machine and it's in docker on the machine but coolify doesn't want to pull it.

Nafalan avatar May 10 '25 19:05 Nafalan