Hello Everyone,
I have a weird issue, i can't start my nodebb with the command ./nodebb start but its working just fine with node app.js
It seems that when i use the ./nodebb start command there is an issue with my config.json, like it can't access the file.
Because in my output.log i have this :
url.js:107
throw new TypeError("Parameter 'url' must be a string, not " + typeof url)
Its also working with ./nodebb dev
But i noticed something weird : info: NodeBB is now listening on: 0.0.0.0:4567
However my conf seems ok. (i tried running ./nodebb setup)
What am i missing?