Twake_node_1 is stopped

Hello, I just installed Twake and it’s almost working. All containers are runnig except twake_node_1.

The following error shows up and I really don’t know what it means:

Error: Config file /usr/src/app/config/production.json cannot be read. Error code is: EISDIR. Error message is: EISDIR: illegal operation on a directory, read
    at Config.util.parseFile (/usr/src/app/node_modules/config/lib/config.js:789:13)
    at /usr/src/app/node_modules/config/lib/config.js:619:26
    at Array.forEach (<anonymous>)
    at Config.util.loadFileConfigs (/usr/src/app/node_modules/config/lib/config.js:618:16)
    at new Config (/usr/src/app/node_modules/config/lib/config.js:116:27)
    at Object.<anonymous> (/usr/src/app/node_modules/config/lib/config.js:1459:31)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @twake/twake-backend@1.0.0 serve: `node --max-http-header-size=30000 dist/server.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @twake/twake-backend@1.0.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Any ideas?
Thanks in advance.

Hello @Leandro
It seems you don’t have the right files in the twake/configuration folder.

Could you tell me what’s in configuration/backend/production.json ? Is it a file ?

Also what did you do to proceed with the installation ? ./start.sh ?

Thanks for your answers and for trying out Twake!

I get the same error from a fresh install on Ubuntu 20.04.

The ./configuration/backend/production.json is a directory.

It looks like it should be a file, so the error is that it’s trying to read a directory as a file.

I pulled from Github and used the ./start.sh command.

Thanks.