When I try and run on coolify it says it's missing a module
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.
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.